Hide the password
-
Hi!
I have the same issue stated here: https://wordpress.org/support/topic/hide-password-in-wp-config-blocks-sending/
I am configuring the emails, and with the password on the field it works, and when I add it to the wp-config.php file it doesn’t work. I am trying with the plugin Test email.
Here are the info details (I edited the domain) when I try to send the test email with the wp-config option:
Versions:
WordPress: 5.4
WordPress MS: No
PHP: 7.3.17
WP Mail SMTP: 1.9.0Params:
Mailer: smtp
Constants: Yes
ErrorInfo: SMTP Error: Could not authenticate.
Host: send.one.com
Port: 465
SMTPSecure: ssl
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)Server:
OpenSSL: OpenSSL 1.1.1 11 Sep 2018
SMTP Debug:
2020-04-18 16:13:58 Connection: opening to ssl://send.one.com:465, timeout=300, options=array ()2020-04-18 16:13:58 Connection: opened
2020-04-18 16:13:58 SERVER -> CLIENT: 220 mailout1.pub.mailoutpod1-cph3.one.com ESMTP
2020-04-18 16:13:58 CLIENT -> SERVER: EHLO (Mi dominio).com
2020-04-18 16:13:58 SERVER -> CLIENT: 250-mailout1.pub.mailoutpod1-cph3.one.com250-PIPELINING250-SIZE 104857600250-AUTH LOGIN PLAIN250-ENHANCEDSTATUSCODES250 8BITMIME
2020-04-18 16:13:58 CLIENT -> SERVER: AUTH LOGIN
2020-04-18 16:13:58 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2020-04-18 16:13:58 CLIENT -> SERVER: YWNhZGVtaWFAZW1wcmVuZGVkb3Jhc3ltYWRyZXMuY29t
2020-04-18 16:13:58 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2020-04-18 16:13:58 CLIENT -> SERVER: KE1tPl9tZ19pbXhfZ2dReGU3
2020-04-18 16:13:58 SERVER -> CLIENT: 535 5.7.8 Authentication failed
2020-04-18 16:13:58 SMTP ERROR: Password command failed: 535 5.7.8 Authentication failed
SMTP Error: Could not authenticate.
2020-04-18 16:13:58 CLIENT -> SERVER: QUIT
2020-04-18 16:13:58 SERVER -> CLIENT:
2020-04-18 16:13:58 SMTP ERROR: QUIT command failed:
2020-04-18 16:13:58 Connection: closed
SMTP Error: Could not authenticate.
- The topic ‘Hide the password’ is closed to new replies.