alykoshin / gmail-send

Minimalistic module to send email using GMail
MIT License
89 stars 26 forks source link

Blind copy support #11

Open MrXlebNick opened 6 years ago

MrXlebNick commented 6 years ago

Please add "bcc" field

alykoshin commented 6 years ago

Actually it is supported just not documented. All the unknown options passed to the this module are passed further to underlying nodemailer which actually do the hard work.

I added one line to the docs with the example of bcc: field usage.