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

Commit 6358fa8

Browse files
committed
Merge pull request #25 from mcoenca/master
Possible to add headers to emails
2 parents 3f2f0ce + c7e2221 commit 6358fa8

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)