Jump to content

How can I disable all mails


Recommended Posts

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

  • 8 years later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...