Closed fgnm closed 5 years ago
Can you send me some test account for testing? If yes, then please send me it on petersirka@gmail.com. Thank you!
Do you mean an Amazon SES account?
I mean SMTP credentials for testing... I need to debug the communication...
Thanks to @petersirka the issue is fixed by removing secure flag from configuration.
I'm trying to send emails through Amazon SES with my Total app running on EC2 instance. But I got some trouble with SSL. This is the error when I try to send an email:
This is my configuration:
This is the official documentation from Amazon: https://docs.aws.amazon.com/en_us/ses/latest/DeveloperGuide/send-email-smtp-software-package.html
The port 2587 produce the same error, instead port 465 or 2465 successfully send the email. For months I've used 465 port to send emails, however I would like to use the port 587 because some problems with SES, and, as far as I understand well, the port 587 is a certified standard for sending emails.