On my multi-vendor store, when a new vendor application is submitted, I would like the vendor/requester to receive an email notification about the application being received. However, no email gets received on the vendor/person submitting application side. However, the vendor does get notified if the application gets approved/rejected or updated. I’ve got the notification below checked but they still don’t receive any emails:
Hi, thanks for the reply and advice. For the New vendor account application notification, this has already been enabled as shown in my first screenshot. It’s strange because the vendors recieve the other notifications without any issues.
You can try switching to SMTP and checking the Sent messages folder. If the email was indeed sent, you will see it there, so the next step is to find out why it is not reaching the recipient.
Otherwise there could be some other settings that are involved in this issue. Unfortunately I don’t know of any other ways but to debug the issue.
Thanks for helping and for the information. I have tested/troubleshooted and found that, when I use the Header snippet via {{ snippet(“header”) }}, the test email will not send, even though the preview feature still displays. When I remove the snippet and keep the rest of the templatee, the test email sends fine.
Were there any changes made to the default Header snippet?
The notification can be changed in the New vendor account application template at the Settings > Notifications > Vendor notifications > New vendor account application page. The text used in this template is part of the thank_you_for_registering_as_a_seller language variable.
Thanks for the info about the notification. The default header snippet was not changed. The strange thing is, everything seems to display when I click on preview within the email template including the header snippet showing correctly. But the test email doesn’t send
Hi, I have tested by removing the default text/snippet in the subject section and I’ve just put normal text in. The email notification now works. I will also test what you have suggested