1.0.2 • Published 7 years ago

kadima-notifications v1.0.2

Weekly downloads
9
License
-
Repository
-
Last release
7 years ago

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)