diff --git a/emails.coffee b/emails.coffee index c80ff6c..4bec928 100644 --- a/emails.coffee +++ b/emails.coffee @@ -237,6 +237,7 @@ MailerClass = (options) -> replyTo: Match.Optional String from: Match.Optional String data: Match.Optional Object + headers: Match.Optional Object defaults = from: settings.from