Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge 5c98c87 into fd55199
Browse files Browse the repository at this point in the history
  • Loading branch information
keenubee committed Jul 6, 2017
2 parents fd55199 + 5c98c87 commit 940f36d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/mandrill-transport.js
Expand Up @@ -53,7 +53,10 @@ MandrillTransport.prototype.send = function(mail, callback) {
subject: data.subject,
headers: data.headers,
text: data.text,
html: data.html
html: data.html,
global_merge_vars: data.global_merge_vars ? data.global_merge_vars : [],
merge_vars: data.merge_vars ? data.merge_vars : [],
google_analytics_domains: data.google_analytics_domains ? data.google_analytics_domains : []
}
}, mandrillOptions);

Expand Down

0 comments on commit 940f36d

Please sign in to comment.