sipware-mailer
Advanced tools
Comparing version 0.3.1 to 0.3.2
10
index.js
@@ -10,2 +10,12 @@ const nm = require('nodemailer') | ||
this.html = mail.html; | ||
var attachments = mail.attachments; | ||
if(attachments && attachments.length) { | ||
this.attachments = mail.attachments; | ||
} | ||
this.messageId = mail.messageId; | ||
this.replyTo = mail.replyTo; | ||
this.inReplyTo = mail.inReplyTo; | ||
} | ||
@@ -12,0 +22,0 @@ |
@@ -18,3 +18,3 @@ { | ||
"optionalDependencies": {}, | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"scripts": { | ||
@@ -21,0 +21,0 @@ "test": "mocha" |
36963
41