1.1.0 • Published 4 years ago

usersmethods v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

UserMethods package

setup:

$ npm install usermethods --save

then...

const { UserMethods } = require('UserMethods')

Documentation

sending an email:

UserMethods.sendEmail('service (gmail)', 'emailFrom', 'emailFromPassword', ['firstRecipient', 'secondRecipient'], 'subject', 'type of content (html / text)', 'route to email content file');