SES SMPT Configuration

Hey everyone, has anyone got SES working? I am getting a timeout issue and I am thinking it may be related to TLS however I do not see a setting to enable TLS under Email options.

Here are my settings (Notification From Email Address and SMTP Server Loginname have been redacted:


Exception Error:

{ 15:55:52.791 }.NET Version [4.0.30319.42000]
{ 15:55:52.791 }Opening mail server connection.
{ 15:55:52.791 }Checking for PopBeforeSmtp.
{ 15:55:52.791 }Attempting connection to email-smtp.us-east-1.amazonaws.com.
{ 15:55:52.791 }Connecting to mail server [email-smtp.us-east-1.amazonaws.com] .
{ 15:55:52.791 }SSL Object Version: 2.0.0.5
{ 15:55:52.791 }Server [email-smtp.us-east-1.amazonaws.com] is not an IP address. Performing DNS resolution.
{ 15:55:52.804 }Server [email-smtp.us-east-1.amazonaws.com] resolved to IP address 34.200.78.114
{ 15:55:52.820 }Connected to email-smtp.us-east-1.amazonaws.com with a timeout of 60000ms.
{ 15:55:52.820 }Remote port: 465
{ 15:56:23.425 }{ 15:56:23.426 }invalid welcome response[ The connection was dropped from the remote server email-smtp.us-east-1.amazonaws.com, port 465.]
{ 15:56:23.426 }invalid welcome response[ The connection was dropped from the remote server email-smtp.us-east-1.amazonaws.com, port 465.]
 (We apologize, but an error occurred while attempting to send email.) ---> aspNetEmail.SmtpProtocolException: invalid welcome response[ The connection was dropped from the remote server email-smtp.us-east-1.amazonaws.com, port 465.]
   at aspNetEmail.EmailMessage.ᑌ(String , Exception )
   at aspNetEmail.EmailMessage.Send(Boolean openMailServerConnection, Boolean closeMailServerConnection)
   at Telligent.Evolution.Platform.Core.Email.SendEmailService.InternalSend(EmailMessage message)