Replies: 0
I am testing the plugin for use on a multisite. I took the „defines“ from wp_mail_smtp.php, added them to my wp-config and edited the appropriate settings.
The problem: Define WPMS_SMTP_AUTH is set to false. However a blog-admin can still turn this setting on/off in Dashboard (just this one switch, everything else is “hardcoded”) and save it and thus break the functionality.
This happens only if define is false. If I set it to true in the config-file, it is locked and a blog-admin can’t change it, as intended.
Is this a bug or am I missing something because other than that it works fine! Thx.