orliesaurus / nodemailer-mailgun-transport

nodemailer is an amazing node module to send emails within any of your nodejs apps. This is the transport plugin that goes with nodemailer to send email using Mailgun 🔫
MIT License
880 stars 97 forks source link

Multiple Tags support #112

Closed rbadr closed 3 years ago

rbadr commented 3 years ago

Hello 👋

Per the mailgun documentation, a message can have up to 3 tags. There is currently no way to add multiple tags since we pass options to nodemailer as an object (o:tag).

Is there any way ? Thanks.