laminas / laminas-mail

Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages
https://docs.laminas.dev/laminas-mail/
BSD 3-Clause "New" or "Revised" License
94 stars 64 forks source link

Dose laminas mail support amazon ses? can we add support it? #118

Open voltan opened 3 years ago

voltan commented 3 years ago

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

Over the past week, we try to use laminas mail on our project hosted on AWS ec2 servers, amazon close port 25 on all of the ec2 servers and we have to set up Amazon Simple Email Service.

I couldn't config laminas mail to use ese and I think we need new SMTP Authentication to support it. do you have any plan to work on it? What do you think in general, I had a problem to config laminas mail or it not support ese?

Now I have to use phpmailer for it

kynx commented 3 years ago

You might want to check packagist for libraries that provide an abstraction layer over various mail services.

I’ve used https://github.com/JouwWeb/SlmMail before - it’s based on laminas/mail under the hood, which makes migration a little easier.