• Resolved Burnstein

    (@dgb0723)


    define( ‘WPMS_ON’, true );
    define( ‘WPMS_SMTP_PASS’, ‘your_password’ );

    breaks authentication. No multisite.

Viewing 1 replies (of 1 total)
  • Plugin Author Slava Abakumov

    (@slaffik)

    Make sure that you are using the correct single quotes:

    
    define( 'WPMS_ON', true );
    define( 'WPMS_SMTP_PASS', 'your_password' );
    

    Next, what do you mean: “breaks authentication”? What does Email Test return to you?

Viewing 1 replies (of 1 total)
  • The topic ‘wp-config issue’ is closed to new replies.