frances Posted December 17, 2010 Share Posted December 17, 2010 I need disable sending all mails from prestashop. How Can I do it? Thank you. Link to comment Share on other sites More sharing options...
rocky Posted December 19, 2010 Share Posted December 19, 2010 To disable all customer emails, go to Orders > Statuses, edit each status and untick "Send e-mail to customer when order is changed to this status", then click "Save". To disable employee emails, go to Modules > Mail alerts v2.2 (in the Tools section) > Configure and untick "Receive a notification if a new order is made" and "Receive a notification if the quantity of a product is below the alert threshold". Link to comment Share on other sites More sharing options...
MageryThemes Posted May 16, 2019 Share Posted May 16, 2019 There is no standard way to disable all email notifications in PrestaShop. You need to implement a customization. If we are talking about the latest PrestaShop versions (1.7.x), there are several options to achieve this: One option - is to override MailCore class Another option - use actionEmailSendBefore hook If you are interested, we created the module for disabling almost all email notifications in PrestaShop. Link to comment Share on other sites More sharing options...
JBW Posted May 20, 2019 Share Posted May 20, 2019 Setting this to "Never send emails" should stop everything. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now