tien-email-service
v1.0.0
Published
"Easy send email with many services"
Downloads
2
Readme
npm install --save quang-email-service
Usage
const email = new MailService({
sendgrid: {
apiKey: 'sendgrid-apiKey'
},
mandrill: {
apiKey: 'sendgrid-apiKey'
},
});
...
email.send(from, to, subject, content)