Allow adonisjs/mail to work with @aws-sdk/client-sesv2 / nodemailer v7 #4942
JanStevens
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I noticed that
adonisjs/mail
does not work with@aws-sdk/client-sesv2
since it explicitly imports things from@aws-sdk/client-ses
. To future proofadonisjs/mail
it would make sense to add support for it.The main difference between the 2 version can be found here: https://aws.amazon.com/blogs/messaging-and-targeting/upgrade-your-email-tech-stack-with-amazon-sesv2-api/
Also nodemailer supports sesv2 https://nodemailer.com/transports/ses as they explicitly require v2 to be installed. This would allow
adonisjs/mail
to use the latest v7 of nodemailer.I can make a PR for this as the upgrade seems trivial, let me know if thats ok.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions