Replies: 1
Hello,
In the advice given, I am update the wpconfig.php file
define( ‘WPMS_ON’, true );
define( ‘WPMS_SMTP_PASS’, ‘your_password’ );
+++
Do I literally enter ‘your_password’
Or do I enter in the password I entered in the field above the advice given?
Ie:
define( ‘WPMS_ON’, true );
define( ‘WPMS_SMTP_PASS’, ‘admin123’ ); <- example, I’d never use that in real life 😀
Thank you for your time.