AWS email service error

Hi guys!

Trying to use AWS to send emails with the code (changed the infos)

“mail”: {
“from”: “‘Site * Name’ name@name13412432134.com”,
“transport”: “SMTP”,
“options”: {
“host”: “email-smtp.us-east-1.amazonaws.com”,
“port”: 587,
“service”: “SES”,
“auth”: {
“user”: “AKIAI7O3”,
“pass”: “P1tPZpbshDRQAiAAohJH9WHSSxwDv3333”
}
}
},

And I’m getting this error: Error sending email: Failed to send email. Reason: 139964866795328:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:…/deps/openssl/openssl/ssl/s23_clnt.c:827: . Please check your email settings and resend the invitation.

Any ideas?

Thanks!

Same icloud problem. I also need to pin point the issue and solve gimp it as soon as possible. Help is appreciated.

Regards,
Brina.

Hey @Brina

Have you tried port 465 or 2465 instead of 587?

Check out documentation here:

Hope this helps :slight_smile:

Thanks!

Hi!

I gave up on AWS. I decided to use Postmarkapp, that is a service I already used before, for personal emails.

The setup is here: nodemailer/wellknown.js at 0.7 · nodemailer/nodemailer · GitHub

Digital Ocean only opens 587 port for emails.

Working nicely now! :slight_smile:

Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.