amazon ses error

chinonet

New Member
Im config a delivery server with amazon and i get this error ¿any idea how to fix it?

The account is aproved

  • Cannot send the confirmation email using the data you provided.
  • Here is a transcript of the error message:
  • SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
    Connection: opening to email-smtp.us-east-1.amazonaws.com:25, timeout=30, options=array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ),)
    Connection: Failed to connect to server. Error number 2. "Error notice: stream_socket_client(): unable to connect to email-smtp.us-east-1.amazonaws.com:25 (Connection timed out)
    SMTP ERROR: Failed to connect to server: Connection timed out (110)
 
Are you behind a firewall ? looks like your MW host server is blocking connections to email-smtp.us-east-1.amazonaws.com , port 25. If you have shell access on the host, issue "telnet email-smtp.us-east-1.amazonaws.com 25" to verify if the server can connect to SES server.

You can check with your hosting provider if they allow traffic to port 25 on other servers - some don't.
 
Back
Top