Replies: 0
Hello, I have a problem with this plugin since a few days. I try to send a test mail but I receive the following error:
Versions:
WordPress: 5.3.2
WordPress MS: No
PHP: 7.3.14
WP Mail SMTP: 1.8.1
Params:
Mailer: smtp
Constants: Yes
ErrorInfo: SMTP Error: Could not authenticate.
Host: smtp.MYWEB.es
Port: 25
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
SMTPOptions: {"ssl":{"verify_peer":false,"verify_peer_name":false,"allow_self_signed":true}}
Server:
OpenSSL: OpenSSL 1.0.2k 26 Jan 2017
SMTP Debug:
2020-02-06 17:45:24 Connection: opening to smtp.MYWEB.es:25, timeout=300, options=array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ),)
2020-02-06 17:45:24 Connection: opened
2020-02-06 17:45:24 SERVER -> CLIENT: 220 Sophos ESMTP ready
2020-02-06 17:45:24 CLIENT -> SERVER: EHLO www.MYWEB.es
2020-02-06 17:45:24 SERVER -> CLIENT: 250-Sophos Hello www.MYWEB.es [192.168.9.85]250-SIZE250-8BITMIME250-PIPELINING250-STARTTLS250 HELP
2020-02-06 17:45:24 CLIENT -> SERVER: STARTTLS
2020-02-06 17:45:24 SERVER -> CLIENT: 220 TLS go ahead
2020-02-06 17:45:24 CLIENT -> SERVER: EHLO www.MYWEB.es
2020-02-06 17:45:24 SERVER -> CLIENT: 250-Sophos Hello www.MYWEB.es [192.168.9.85]250-SIZE250-8BITMIME250-PIPELINING250 HELP
SMTP Error: Could not authenticate.
2020-02-06 17:45:24 CLIENT -> SERVER: QUIT
2020-02-06 17:45:24 SERVER -> CLIENT: 221 Sophos closing connection
2020-02-06 17:45:24 Connection: closed
SMTP Error: Could not authenticate.
SMTP settings (port, password…) are correct, I checked the wp-config.php file.
As you can see, I’ve the last version of WordPress, WP Mail and PHP.
What can I do? Thanks.