SmtpClient fail to send email using Amazon SES endpoint

54 Views Asked by At

I'm using .Net SmtpClient to send emails with Amazon SES.

The emails can't be sent from some PCs and I get a timeout.

I read the Amazon doc -> https://repost.aws/knowledge-center/smtp-connectivity-timeout-issues-ses

I'm investigating if this could be a TLS issue, because the command they ask to run doesn't complete (which is probably causing the SmtpClient timeout issue as well)

openssl s_client -crlf -starttls smtp -connect email-smtp.us-east-1.amazonaws.com:587

enter image description here

I've run a Wireshark trace on a Working PC

enter image description here

And then on a non-working PC

enter image description here

I'm not sure what it means... Any thoughts?

Thanks!

0

There are 0 best solutions below