Password field greyed out Other SMTP?
-
Hello,
My email server was changed recently and I have new password. I am unable to change the password, tired to locate the WPMS_SMTP_PASS in wp-config.php, tried adding it, but it makes no difference as below?
The value of this field was set using a constant
WPMS_SMTP_PASS
most likely insidewp-config.php
of 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 in?wp-config.php
?file the constant?WPMS_ON
?and turn if off: define( ‘WPMS_ON’, false );Where can I locate this file so that I can get my forms working again please? Looked in so many places, searched, but nothing so far?
Regards, Sy
- You must be logged in to reply to this topic.