• Resolved aureven

    (@kahenblacktear)


    Hi there,
    we recently switched to Sparkpost for our transactional emails via SMTP. Now when I use content styling plugins like SB Welcome Mail, WP Better Mails and Better Notifications, when in the reset password page the user submits her email address, instead of the message that says that a mail will arrive shortly this happens:

    
    2016-09-21 07:15:47	SERVER -> CLIENT: 220 2.0.0 smtp.sparkpostmail.com ESMTP ecelerity 4.2.25.57082 r(Core:4.2.25.1) Wed, 21 Sep 2016 07:15:47 +0000
    2016-09-21 07:15:47	CLIENT -> SERVER: EHLO my.website.com
    2016-09-21 07:15:47	SERVER -> CLIENT: 250-momentum3.platform1.us-west-2.aws.cl.messagesystems.com says EHLO to xxx.xxx.xxx.xxx:39538
                       	                  250-STARTTLS
                       	                  250-PIPELINING
                       	                  250-ENHANCEDSTATUSCODES
                       	                  250-AUTH=LOGIN PLAIN
                       	                  250-AUTH LOGIN PLAIN
                       	                  250 8BITMIME
    2016-09-21 07:15:47	CLIENT -> SERVER: STARTTLS
    2016-09-21 07:15:47	SERVER -> CLIENT: 220 2.0.0 continue
    2016-09-21 07:15:48	CLIENT -> SERVER: EHLO my.website.com
    2016-09-21 07:15:48	SERVER -> CLIENT: 250-momentum3.platform1.us-west-2.aws.cl.messagesystems.com says EHLO to xxx.xxx.xxx.xxx:39538
                       	                  250-AUTH=LOGIN PLAIN
                       	                  250-AUTH LOGIN PLAIN
                       	                  250-8BITMIME
                       	                  250-ENHANCEDSTATUSCODES
                       	                  250 PIPELINING
    2016-09-21 07:15:48	CLIENT -> SERVER: AUTH LOGIN
    2016-09-21 07:15:48	SERVER -> CLIENT: 334 VXNlcm5hbWU6
    2016-09-21 07:15:48	CLIENT -> SERVER: U01UUF9JbmplY3Rpb24=
    2016-09-21 07:15:48	SERVER -> CLIENT: 334 UGFzc3dvcmQ6
    2016-09-21 07:15:48	CLIENT -> SERVER: NDI2NWNmNzUxZWNlOThmNDZlY2E1ZjA3ZWUyNDc0ZWNkMjEyMzc0Zg==
    2016-09-21 07:15:48	SERVER -> CLIENT: 235 2.0.0 Authed. Go on.
    2016-09-21 07:15:48	CLIENT -> SERVER: MAIL FROM:<[email protected]>
    2016-09-21 07:15:48	SERVER -> CLIENT: 250 2.0.0 MAIL FROM accepted
    2016-09-21 07:15:48	CLIENT -> SERVER: RCPT TO:<[email protected]>
    2016-09-21 07:15:49	SERVER -> CLIENT: 250 2.0.0 RCPT TO accepted
    2016-09-21 07:15:49	CLIENT -> SERVER: DATA
    2016-09-21 07:15:49	SERVER -> CLIENT: 354 3.0.0 continue.  finished with "\r\n.\r\n"
    2016-09-21 07:15:49	CLIENT -> SERVER: Date: Wed, 21 Sep 2016 07:15:46 +0000
    2016-09-21 07:15:49	CLIENT -> SERVER: To: [email protected]
    2016-09-21 07:15:49	CLIENT -> SERVER: From: Zegna Baruffa <[email protected]>
    2016-09-21 07:15:49	CLIENT -> SERVER: Subject: [Zegna Baruffa] - Password Reset
    2016-09-21 07:15:49	CLIENT -> SERVER: Message-ID: <[email protected]>
    2016-09-21 07:15:49	CLIENT -> SERVER: X-Mailer: PHPMailer 5.2.14 (https://github.com/PHPMailer/PHPMailer)
    2016-09-21 07:15:49	CLIENT -> SERVER: X-MSYS-API: {"options":{"open_tracking":false,"click_tracking":false}}
    2016-09-21 07:15:49	CLIENT -> SERVER: MIME-Version: 1.0
    2016-09-21 07:15:49	CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8
    2016-09-21 07:15:49	CLIENT -> SERVER: Content-Transfer-Encoding: 8bit
    2016-09-21 07:15:49	CLIENT -> SERVER:
    2016-09-21 07:15:49	CLIENT -> SERVER: <h2 style="font-family: Georgia; color: #da2032;">Reset Password</h2>
    2016-09-21 07:15:49	CLIENT -> SERVER: <p>Somebody sent a request to reset the password of the following account</p>
    ...
    2016-09-21 07:15:49	CLIENT -> SERVER:
    2016-09-21 07:15:49	CLIENT -> SERVER: .
    2016-09-21 07:15:49	SERVER -> CLIENT: 250 2.0.0 OK 9E/13-32137-4A332E75
    2016-09-21 07:15:49	CLIENT -> SERVER: QUIT
    2016-09-21 07:15:49	SERVER -> CLIENT: 221 2.3.0 momentum3.platform1.us-west-2.aws.cl.messagesystems.com closing connection
    

    The whole page code is replaced with this log (I’ve edited out the addesses), but the email is sent correctly anyway.

    We have PHP 7 installed under our WordPress instance.

    Any ideas? Thank you in advance.

    • This topic was modified 8 years, 6 months ago by aureven.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SMTP service response directly in page after reset password’ is closed to new replies.