Could not connect to SMTP host: email-smtp.us-east-1.amazonaws.com, port: 465, response: -1

前端 未结 7 1314
予麋鹿
予麋鹿 2020-12-14 10:36

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

7条回答
  •  失恋的感觉
    2020-12-14 11:36

    Amazon SES SMTP requires the SSL before the SMTP session. The StartTLS command is not supported by SES.

提交回复
热议问题