bamboo
bamboo copied to clipboard
(feature) Support multiple tags for Mailgun
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
#469 is indeed a prerequisite because the headers are stored as a map in %Email{}, meaning each key is unique.