Renegade
Well-known member
Hello, I am trying to use AWS SES with the forum but I am getting the following error.
I tried the troubleshooting steps on AWS and am able to send email successfully from the SSH console using the following
Any suggestions on what could be going wrong?
Code:
++ Starting Swift_SmtpTransport
!! Connection could not be established with host mail-smtp.us-east-1.amazonaws.com [php_network_getaddresses: getaddrinfo failed: Name or service not known #0] (code: 0)
I tried the troubleshooting steps on AWS and am able to send email successfully from the SSH console using the following
Code:
openssl s_client -crlf -quiet -starttls smtp -connect email-smtp.us-east-1.amazonaws.com:587 < input.txt
Any suggestions on what could be going wrong?