Skip to content

Commit

Permalink
Add CC and BCC support
Browse files Browse the repository at this point in the history
  • Loading branch information
MattieBelt committed Sep 10, 2020
1 parent d78221b commit 1e461eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ module.exports = {
let msg = {
from: options.from,
to: options.to,
cc: options.cc,
bcc: options.bcc,
replyTo: options.replyTo,
subject: options.subject,
text: options.text,
Expand Down

0 comments on commit 1e461eb

Please sign in to comment.