dword-design / nuxt-mail

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Other
245 stars 18 forks source link

Document MailTrap, SendGrid, Mailgun etc. #131

Open dword-design opened 2 years ago

vanling commented 1 year ago

Don't know if there is a way already to use transport plugins like this? Would be nice if this is possible in the future. https://www.npmjs.com/package/nodemailer-mailgun-transport

dword-design commented 1 year ago

Should be possible since this only creates the config for the transport.

ahoiroman commented 1 year ago

Did anybody succeed in using Mailgun here? An example would be highly appreciated :-)