node-mailer-registrationtemplate

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i node-mailer-registrationtemplate

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

240 kB

Total Files

19

Last publish

Collaborators

  • srikanthdoddi