Suddenly Amazon SES stopped working

0

Hi to everyone, suddenly a lot of email i'm sending with SES raise an exception saying receive this message: "SMTP server requires a secure connection or the client is not authenticated. The server response was: Authentication required"

I didn't change anything, this happened on its own out of nowhere ( we send I found this: https://repost.aws/knowledge-center/ses-email-errors but i found out that my user has been created in 2020 ( so after the mentioned date ). I've also tried to create a new "Access Key" for the same user but it gives me the same error.

The strange thing is that not every mail gets this error.. some of them are sent as usual. We send about 800k/900k mails per month with SES and never had an issue.

Can someone give me som help?

thank you very much to everyone

2 個答案
0

Hi, the error message that you get form SMTP server happens usually with improper SSL authentication from client. So, do you send your 800k mails from one or multiple mail clients? Do they all authenticate the exact ame way if you use multiple?

To debug, you may want to try via CLI using https://docs.aws.amazon.com/ses/latest/dg/send-email-smtp-client-command-line.html

profile pictureAWS
專家
已回答 1 年前
profile picture
專家
已審閱 1 年前
  • Hi, thanks for your answer. The mail are sent by the same client ( it is a .net Application that sends notification mails ), so the authentication is the same. Another strange thing is that not all the mails fail. About 20% fails, the others simply works as before.. i can't understand why some connection get accepted and some don't. The connections are made from the same ip / device / client. Even debugging the application give no more clue, the problem seems to be in the authentication but no more info are given. Now i'll try to use the CLI to see if i can get more info.

0

Just for info, i tried with the CLI and i got the exact same problem, so the problem seems not to be with the client used.

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南