gmaclean
Forum Replies Created
-
Despite no updates it seems to have resolved itself.
Hi, have you managed to check on this?
Any help here would be appreciated
Hi,
It is the email sent to an author notifying them that a comment has been posted on one of their articles. When the commenter is a logged in user, it fails, but when they are not a registered user it works fine.
Originally I thought it was the wpDiscuz plugin that could be causing the issue, but I have now disabled it and I’m getting the same issue with the standard comment system.
– here is an example, this is the error in the log
Message rejected: Email address is not verified. The following identities failed the check in region US-EAST-1: ‘Eric Martin’
– and here is the corresponding full transcript (with private info removed)
smtp:tls:plain://email-smtp.us-east-1.amazonaws.com:[port removed]
220 email-smtp.amazonaws.com ESMTP [i’ve removed potential private info here]
EHLO baeldung.com
250-email-smtp.amazonaws.com
250-8BITMIME
250-SIZE
250-STARTTLS
250-AUTH PLAIN LOGIN
250 Ok
STARTTLS
220 Ready to start TLS
EHLO baeldung.com
250-email-smtp.amazonaws.com
250-8BITMIME
250-SIZE
250-STARTTLS
250-AUTH PLAIN LOGIN
250 Ok
AUTH PLAIN
334 Ok
[i’ve removed potential private info here]
235 Authentication successful.
MAIL FROM:
250 Ok
RCPT TO:
250 Ok
DATA
354 End data with .
X-Mailer: Postman SMTP 2.0.4 for WordPress (https://wordpress.org/plugins/post-smtp/)
Content-Type: text/plain; charset=UTF-8
From: ‘Eric Martin’
Sender: team@baeldung.com
To: baeldung@gmail.com
Reply-To: “‘[commenters email removed]@gmail.com'”
Message-Id:
Subject: [Baeldung] Comment: “Non-blocking Spring Boot with Kotlin Coroutines”
Date: Thu, 19 Sep 2019 03:50:53 +0000
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
MIME-Version: 1.0[body text removed]
.
554 Message rejected: Email address is not verified. The following identities failed the check in region US-EAST-1: ‘Eric Martin’