node-mailer-template
v1.1.33
Published
This is a Template Node mailer which uses basic HTML Card effects to send a Title and Description to a User
Downloads
2
Maintainers
Readme
Installation
Install the package with NPM:
npm i node-mailer-template
Usage
var mailer = require('node-mailer-template')
mailer.sendEmailtoUsers("RecipientEmail","Title","Description","senderEmail",'senderPassword');
Example
mailer.sendEmailtoUsers("[email protected]","Title","Description","fromEmail%40gmail.com",'password');
Note: @ in the from sender email should be mentioned as %40 or else your from email will fail to work, It can be normal for to recipient email
if any requirements or updates mail us at [email protected]