1.0.2 • Published 5 years ago

node-mailer-registrationtemplate v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago