alg-notifications
v1.0.9
Published
**`About`** A simple email sending package<br> **Installation:** <br> npm install --save alg-notifications
Readme
About
A simple email sending package
Installation:
npm install --save alg-notifications
Usage const notifications = require('alg-notifications'); notify = new notifications("reciepient_email","subject","your message") ; notify.sendEmail();
Author: Ifeoluwa P. Afolabi(AKA Miss Kadima)
