I am trying to send email with Amazon\'s SES/SMTP and I am getting the following error:
javax.mail.MessagingException: Could not connect to SMTP host: em
With amazon SES, configuration needs to be as follows:
true true
instead of:
as hinted by dave.
EDIT: Please use this solution: https://stackoverflow.com/a/8928559/536299