Replies: 0
Hello,
I’m trying to get SMTP to work on my WordPress/Woocommerce install.
The test fails but I do receive the test email. I’m testing on my staging area, the website is behind a htpasswd.
I had to disable password encryption for the test mail to get send.
Here’s the anonymised log :
Versions:
WordPress: 4.9.8
WordPress MS: No
PHP: 7.0.30-0ubuntu0.16.04.1
WP Mail SMTP: 1.3.3
Params:
Mailer: smtp
Constants: Yes
ErrorInfo:
Host: auth.smtp.1and1.fr
Port: 465
SMTPSecure: ssl
SMTPAutoTLS: bool(false)
SMTPAuth: bool(true)
Server:
OpenSSL: Yes
SMTP Debug:
2018-08-29 16:20:34 Connection: opening to ssl://auth.smtp.1and1.fr:465, timeout=300, options=array (
)
2018-08-29 16:20:34 Connection: opened
2018-08-29 16:20:34 SERVER -> CLIENT: 220 kundenserver.de (mreue004) Nemesis ESMTP Service ready
2018-08-29 16:20:34 CLIENT -> SERVER: EHLO my.domain.url
2018-08-29 16:20:34 SERVER -> CLIENT: 250-kundenserver.de Hello my.domain.url [XXX.XXX.XXX.XXX]
250-AUTH LOGIN PLAIN
250 SIZE 69920427
2018-08-29 16:20:34 CLIENT -> SERVER: AUTH LOGIN
2018-08-29 16:20:34 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2018-08-29 16:20:34 CLIENT -> SERVER: bWljaGVsQG1hZGVpbmZyYW5jZWJveC5jb20=
2018-08-29 16:20:34 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2018-08-29 16:20:34 CLIENT -> SERVER: YVZ3NlhiNjY+VA==
2018-08-29 16:20:34 SERVER -> CLIENT: 235 Authentication succeeded
2018-08-29 16:20:34 CLIENT -> SERVER: MAIL FROM:
2018-08-29 16:20:34 SERVER -> CLIENT: 250 Requested mail action okay, completed
2018-08-29 16:20:34 CLIENT -> SERVER: RCPT TO:
2018-08-29 16:20:34 SERVER -> CLIENT: 250 OK
2018-08-29 16:20:34 CLIENT -> SERVER: DATA
2018-08-29 16:20:34 SERVER -> CLIENT: 354 Start mail input; end with .
2018-08-29 16:20:34 CLIENT -> SERVER: Date: Wed, 29 Aug 2018 16:20:34 +0000
2018-08-29 16:20:34 CLIENT -> SERVER: To: mypersonalemail@gmail.com
2018-08-29 16:20:34 CLIENT -> SERVER: From: My Site Name
2018-08-29 16:20:34 CLIENT -> SERVER: Subject: WP Mail SMTP: Test email to mypersonalemail@gmail.com
2018-08-29 16:20:34 CLIENT -> SERVER: Message-ID:
2018-08-29 16:20:34 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 1.3.3
2018-08-29 16:20:34 CLIENT -> SERVER: MIME-Version: 1.0
2018-08-29 16:20:34 CLIENT -> SERVER: Content-Type: text/plain; charset=UTF-8
2018-08-29 16:20:34 CLIENT -> SERVER:
2018-08-29 16:20:34 CLIENT -> SERVER: This email was sent by Other SMTP mailer, and generated by the WP Mail SMTP WordPress plugin.
2018-08-29 16:20:34 CLIENT -> SERVER:
2018-08-29 16:20:34 CLIENT -> SERVER: .
2018-08-29 16:20:34 SERVER -> CLIENT: 250 Requested mail action okay, completed: id=0LtBsd-1fo0cb1hcJ-012nJp
2018-08-29 16:20:34 CLIENT -> SERVER: QUIT
2018-08-29 16:20:34 SERVER -> CLIENT: 221 kundenserver.de Service closing transmission channel
2018-08-29 16:20:34 Connection: closed
- This topic was modified 1 hour, 38 minutes ago by Xurok.