Change password for SMTP Password
-
My emails are not working on my wordpress website and I need to change my password. But its greyed out and I can’t change it.
It listed this information, but it’s all Greek to me (I’m Australian):
The value of this field was set using a constant
WPMS_SMTP_PASSmost likely insidewp-config.phpof your WordPress installation.To change the password you need to change the value of the constant there:
define( 'WPMS_SMTP_PASS', 'your_old_password' );
If you want to disable the use of constants, find inwp-config.phpfile the constantWPMS_ONand turn if off:define( ‘WPMS_ON’, false );All the defined constants will stop working and you will be able to change all the values on this page.
You must be logged in to reply to this topic.