1.1.33 • Published 5 years ago

node-mailer-template v1.1.33

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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("toEmail@gmail.com","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 srikanthnaidu512@gmail.com

1.1.33

5 years ago

1.1.32

5 years ago

1.1.31

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.0.0

5 years ago