notifme / notifme-sdk

A Node.js library to send all kinds of transactional notifications.
https://notifme.github.io/www/
MIT License
1.94k stars 150 forks source link

Support array of email ids for to parameter in email notification. #79

Closed sateesh2020 closed 3 years ago

sateesh2020 commented 3 years ago

I found that most of the providers that are integrated in this library supports array of email ids in to parameter. We have a use case where we need to send a notification to multiple email id's.

Ref:

https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html https://mandrillapp.com/api/docs/messages.html https://documentation.mailgun.com/en/latest/api-sending.html#sending

BDav24 commented 3 years ago

This lib intends to send transactional notifications, but you can right a forEach in your code or use cc/bcc.