Amazon Simple Email Service (SES) - SMTP Error.

whitepho

New Member
Messages
21
Reaction score
0
Points
1
Everytime i try to use Amazon Simple Email Service with SMTP credentials, i get the error "unable to connect to ssl://email-smtp.eu-central-1.amazonaws.com:465 (Connection timed out)". Do you block SMTP connections outside your web servers?
My domain is whitephoenix.tk.
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
It looks like something is wrong elsewhere. I just ran an outgoing connection to the host you provided and it worked fine

Code:
[root@x12 ~]# telnet email-smtp.eu-central-1.amazonaws.com 465
Trying 18.196.135.205...
Connected to email-smtp.eu-central-1.amazonaws.com.
Escape character is '^]'.
Connection closed by foreign host.
 
Top