bamboo icon indicating copy to clipboard operation
bamboo copied to clipboard

(feature) Support multiple tags for Mailgun

Open mstratman opened this issue 5 years ago • 1 comments

I added a MailgunHelper with a tag function (https://github.com/thoughtbot/bamboo/pull/490), but it currently only supports a single tag. (aa4a22)

I believe https://github.com/thoughtbot/bamboo/issues/469 is a prerequisite. As far as I can tell, Mailgun only supports multiple tags via multiple o:tag values

mstratman avatar Jul 19 '19 23:07 mstratman

#469 is indeed a prerequisite because the headers are stored as a map in %Email{}, meaning each key is unique.

a12e avatar Jul 20 '19 20:07 a12e