Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Commit 0a538bb

Browse files
committed
adding headers field to emails
1 parent ed5637b commit 0a538bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emails.coffee

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ MailerClass = (options) ->
237237
replyTo: Match.Optional String
238238
from: Match.Optional String
239239
data: Match.Optional Object
240+
headers: Match.Optional Object
240241

241242
defaults =
242243
from: settings.from

0 commit comments

Comments
 (0)