eCommerce construction > Configuration

Problems sending via Amazon SES

(1/2) > >>

Neil.E.:
I am using Amazon SES to send emails from AbanteCart running on an Amazon Lightsail instance.
In System / Settings / Mail I have:

Mail Protocol: SMTP
SMTP Host: tls://email-smtp.us-east-1.amazonaws.com
SMTP User Name and Password as per Amazon SES
SMTP Port: 587
SMTP Timeout: 10

I get errors trying to send emails, and am not sure what I am doing wrong.

I have tried the host name with and without "tls" at the front but it doesn't make any difference.

When I try to send an email, I get errors as per the attached log

Would someone please help me resolve this?


abolabo:
are you sure in port number?
Usually 587 port used for incoming emails.
Please try change to 465 and let us know

Neil.E.:
Thanks so much for your quick reply.

When I change port 587 to 465, I get this error instead:

2020-07-30 22:46:12 - Error: STARTTLS not accepted from server!
2020-07-30 22:46:14 - Error: Password not accepted from server!
2020-07-30 22:46:14 - Error: MAIL FROM not accepted from server!
2020-07-30 22:46:15 - Error: RCPT TO not accepted from server!
2020-07-30 22:46:15 - Error: DATA not accepted from server!
2020-07-30 22:46:15 - Error: DATA not accepted from server!
2020-07-30 22:46:15 - Error: QUIT not accepted from server!
2020-07-30 22:46:15 - App Error:  AbanteCart core v.1.2.16 AMail Errors: Error: STARTTLS not accepted from server!
Error: Password not accepted from server!
Error: MAIL FROM not accepted from server!
Error: RCPT TO not accepted from server!
Error: DATA not accepted from server!
Error: DATA not accepted from server!
Error: QUIT not accepted from server!


Neil.E.:
After changing port to 465, if I change tls://HOSTNAME to ssl://HOSTNAME I get this error instead:

2020-07-30 22:52:38 - Error: Password not accepted from server!
2020-07-30 22:52:38 - Error: MAIL FROM not accepted from server!
2020-07-30 22:52:38 - Error: RCPT TO not accepted from server!
2020-07-30 22:52:38 - Error: DATA not accepted from server!
2020-07-30 22:52:39 - Error: DATA not accepted from server!
2020-07-30 22:52:39 - Error: QUIT not accepted from server!
2020-07-30 22:52:39 - App Error:  AbanteCart core v.1.2.16 AMail Errors: Error: Password not accepted from server!
Error: MAIL FROM not accepted from server!
Error: RCPT TO not accepted from server!
Error: DATA not accepted from server!
Error: DATA not accepted from server!
Error: QUIT not accepted from server!

Basara:
Hello.

Try SMTP endpoint url without protocol

https://docs.aws.amazon.com/ses/latest/DeveloperGuide/examples-send-using-smtp.html

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by SMFPacks Social Login Mod