Code inside wp-config.php
-
Hello guys,
I was using the WP Mail SMTP plugin, but for weeks it’s been giving problems and they have not fixed it so far.
So I decided to use Easy WP SMTP plugin.I am using my website in multisite network. I installed the plugin and activated separately for my main site and for my subdomain. And it seems to be working normally.
What I wanted to know is the following … in the WP Mail SMTP plugin, they asked me to put the code below inside the wp-config.php file, as this would guarantee the delivery of the emails.
define ('WPMS_ON', true); define ('WPMS_SMTP_PASS', 'email address'); define ('WPMS_SMTP_PASS', 'password');For the Easy WP SMTP plugin, do I need to enter this code?
I find it so bad to put this code in wp-config.php with the password of my email, because when I need to give access to some developer, he can see the password.
Thank you.
Rodrigo
The topic ‘Code inside wp-config.php’ is closed to new replies.