jorgemanrubia / mailgun_rails

Rails Action Mailer adapter for Mailgun
MIT License
210 stars 70 forks source link

Multiple tags on one email? #73

Open bhox opened 7 years ago

bhox commented 7 years ago

Is this possible currently?

I see the library loops through the mailgun_options, but because it's a hash, no way to duplicate the 'tags' value. Mailgun docs show it appearing multiple times in the header: https://documentation.mailgun.com/user_manual.html#tagging

tyrauber commented 7 years ago

👍 Would love to see this API feature supported.