1.0.2 • Published 6 years ago

node-mailer-registrationtemplate v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Installation

Install the package with NPM:

npm i node-mailer-registrationtemplate

Usage

 var mailer = require('node-mailer-registrationtemplate')
mailer.sendEmailtoUsers("toEmail","Title","Description","registeredusername","registeredpassword","fromemail","password","login URL");

Example

 mailer.sendEmailtoUsers("toemail@gmail.com","Title","Description","registeredusername","registeredpassword","fromemail%40gmail.com","password","login URL");

Screenshot

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.0.2

6 years ago

1.0.0

6 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago