• Resolved sdieneudenker

    (@sdieneudenker)


    Hi,
    I try to configure the settings via wp-config

    define('WPMS_ON', true);
    define('WPMS_MAILER', 'smtp' );
    define('WPMS_SMTP_PASS', 'XXXXXX');
    define('WPMS_SMTP_USER', 'XXXXXX');
    define('WPMS_SMTP_HOST', 'ourtesthost');
    define('WPMS_SMTP_PORT', '2525');
    define('WPMS_SMTP_AUTH', true);

    When sending a testmail via the plugin, it is send with php instead of using smtp.

    When disabling my code, then saving plugin settings, then enabling my code again it works. Is this a bug?

    Thanks

    • This topic was modified 6 years, 2 months ago by sdieneudenker.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘SMTP via wp-config.php failed to send.’ is closed to new replies.