Home Forums Newsletter Plugin Support External Mail Provider Plain TXT

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #177727
    kirksmacdonald1
    Participant

    Hello,

    i’m using an external mail provider to send emails but on the dashboard, it shows the password in plain text i dont want any admins to view my mail server login password

    wp-mail-smtp use a simply way to restrict this by adding

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

    to the wp-config.php file to over come this problem

    is there a similar way to do this for the newsletter plugin

    #177737
    Stefano
    Keymaster

    Hi, if you already use wp mail smtp in that blog and the smtp is the same you want ot use for newsletter, do not activate the smtp of newsletter since newsletters will be sent using that smtp plugin.

    Stefano.

    About passwords, you’re right we need to hide them.

    #177755
    kirksmacdonald1
    Participant

    no the wp mail smtp plugin is on another site

    but if newsletter works with wp mail smtp i will install that also

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.