Hi @kinganzu,
Thanks for reaching out. WP Mail SMTP does not send emails apart from the test email. It only routes all the emails sent from your site through the SMTP provider you’ve configured. To check the source sending these emails, please go to WP Mail SMTP > Tools > Debug Events and enable “Debug Email Sending” and check the Source column.
I hope this helps!
Hi Sanjeev, the plugin has sent out notification emails from my site. When I activate the plugin it just starts mass sending weekly notification emails in what seems to be every second. You can take a look at the email here: https://ibb.co/1qnHxq7
You can see why this is a problem, my email box is full of weekly notification emails of the emails being triggered by the plugin. Its not a case of me sending out any emails, its the plugin triggering the weekly notification emails en masse
Hi @kinganzu,
Thanks for the response. As a short-term solution, we have a snippet of code that will disable these notification emails from being sent. While we do have an option to disable this in the plugin, this code snippet will immediately stop the notifications from sending once you turn the plugin back on. This way, it’s not sending messages while you click through the interface to disable the option.
This line of code will disable the notifications from sending:
add_filter( 'wp_mail_smtp_reports_emails_summary_is_disabled', '__return_true' );
In case it helps, here’s a tutorial on where and how to add custom code like that: http://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/
I hope this helps!
Plugin Support
Dake
(@dakeg)
Hi @kinganzu,
We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation (please see David’s post above).
Thanks!