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