Skip to content

Commit

Permalink
keep BCC
Browse files Browse the repository at this point in the history
  • Loading branch information
billinghamj committed Jul 2, 2015
1 parent d521f13 commit 76a7042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Provider.prototype._composerForMessage = function (message) {
throw new Error('Invalid parameters');
}

var composer = new MailComposer();
var composer = new MailComposer({
keepBcc: true
});

composer.setMessageOption({
from: message.from,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resilient-mailer-ses",
"version": "0.1.4",
"version": "0.1.5",
"description": "AWS SES provider implementation for resilient-mailer",

"license": "MIT",
Expand Down

0 comments on commit 76a7042

Please sign in to comment.