-
-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Labels
Milestone
Description
I've run into a situation where I need to be able to apply several headers with the same key to an email, but it seems that the internals for adding headers to an email is defined as a Map, which precludes duplicates.
Is there a way to add the same header multiple times with different values?
Perhaps making the value of EmailBuilder.withHeader() accept a List as the second argument, which would get converted into the same header repeated for each item in the list?