Page 1 of 1

Amazon SES [Solved]

PostPosted: Tue Oct 15, 2013 9:36 am
by sendmedia
Hey,

I cant send any emails via Amazon SES because of the MTA settings.

14:33:41 [mta-test] A test email has not been successfully sent to the email address [email protected]: Unable to authenticate with server. Doesn't support "AUTH LOGIN"

Server Name: email-smtp.us-east-1.amazonaws.com
Port: 25, 465 or 587
Use Transport Layer Security (TLS): Yes
Authentication: Your SMTP credentials - see below.

Everytime i try it fails, i think its because of the TLS, how to we enable TLS on an MTA?

Thanks

Re: Amazon SES

PostPosted: Tue Oct 15, 2013 4:06 pm
by MaBoRaK
loading.........


Hello hello, If is TLS please try with:


host: tls://hostname

or

host: ssl://hostname

This is a native implementation in Interspire. ( Is not related to Addons ) .


Connection closed.

Re: Amazon SES

PostPosted: Tue Oct 15, 2013 5:22 pm
by sendmedia
I've tried both, still dont work :(

Re: Amazon SES

PostPosted: Tue Oct 15, 2013 6:23 pm
by sendmedia
I've managed to get this working, this is how i did it:

1) Enable port 465 in the Firewall for Outgoing
2) place SSL:// infront of the hostname
3) set port to 465
4) make sure MAIL FROM, REPLY TO, and RETURN PATH have domains in there that are VERIFIED in Amazon SES.

Works fine for me now :D