0.0.1 • Published 2 years ago

mailermanager v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

This application uses the nodemailer framework for the configuration and sending of emails. To use this application, check that the email account has the option of less secure applications enabled. This feature is in public email services like gmail, yahoo or hotmail. Open the config/mconfig file and enter the credentials to access the mail service, the recipients, the subject and the message. This message can be of type text or html, if this tag does not exist the program will throw an exception. Example:

const mm = require('MailManager')

if (mm.verifyConnection()) { mm.sendMail() }