Replies: 0
Hi
The plugin dont work if the password is set trough the wp-config.php to use the custom SMTP as described with the following code:
define( 'WPMS_ON', true );
define( 'WPMS_SMTP_PASS', 'your_password' );
As I set the password trough the settings page, the plugin works no problem.
But because of the security then the password is plain text stored..
After that the plugin work only with PHP mail function
Its required first to delete (data) everything and a fresh install as the problem starts again