- 🇬🇧United Kingdom vangelisp Fife, Scotland
Hello, is there a plan to merge this patch on #11 and make a new release?
While working with the 7.x branch of this project, we were used to disable programmatically the SMTP Delivery option (via `drush vset smtp_deliver 0`) when we were cloning Production environments into our staging/development environments. This way, we wouldn't have to worry if colleagues accidentally sent emails to real production users or if cron started to spam people from our staging/development environment (in case there was a cron that was sending mass emails).
As far as I saw, this option is being removed from the 8.x branch, there's only the general on/off switch that doesn't actually mute the emails.
Bring back the smtp delivery option.
I wrote a patch that brings back the smtp delivery option on the admin form. It's being tested on the 8.x-1.0 version currently.
Admin interface
Any thoughts/comments/concerns ?
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hello, is there a plan to merge this patch on #11 and make a new release?