Jump to content

How to stop the sending of emails?


Birdieanimal

Recommended Posts

When the status is off and an email is sent, it means that a module is installed that sends the email.
This means that an override in the Mail.php file must be created.

Link to comment
Share on other sites

Please look at the screen enclosed. It shows the emails that are being send. "waiting_invoice" is cool. I need that. The "order_conf" I do not need.

I modified the additional code to:

if ($send && Configuration::get('PS_LOG_EMAILS') && $template !== 'order_conf' ) {

Does not hep. E-Mail is still being send.

Do I need to clear the cache in a different way then just pushing the button in the menu?

Thx.

emails.JPG

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...