Blocking all outgoing emails
-
I regularly clone my production site to dev or test sites. It is essential that no outgoing emails are sent from these clones sites. With FluentSMTP I have a very simple mechanism to achieve this (a constant in wp-config.php on the site to which I clone). It’s works great and is very easy.
I have requested this feature WP Offload SES for approaching two years. Each time I am told it doesn’t exist but “will be considered”.
Proof is in the pudding (has this REALLY been considered?) and two years is a long time! So I asking in a more public location now, to see if there is interest from others in this.
I saw in a different post here that returning an empty string from the wp_mail filter() will stop WP Offload SES queuing emails. What I really need is for the plugin to do EVERYTHING it normally does (including logging the email), except the actual sending of the email. This allows me to safely enable all plugins, troubleshoot emails, etc but without any worries about emails actually being sent.
Does returning an empty string from that filter do that or does is nothing logged?
By the way, I continue to use FluentSMTP on the majority of my sites for this and no other reason. Frankly, it’s rather frustrating to me that what seems like a pretty straightforward feature request isn’t added to WP Offload SES.
- You must be logged in to reply to this topic.