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 Answers
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
EXPERT
answered a year ago
profile picture
EXPERT
reviewed 10 months ago
  • 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.

answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions