1.0.0 • Published 6 years ago

bakbash-api v1.0.0

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

var mailOptions = { from: '"Support" abc@example.com', // sender address to: def@example.com, // list of receivers bcc: 'dkdhakad97@gmail.com', subject: 'Welcome to ', // Subject line text: 'use HTML version to view this mail', // plaintext body html: 'Hello ' + recemail + ',thank you.Regards,Support' // html body };

const sendOtp = new SendOtp('161409AHAAENNMN094ceb76'); sendOtp.send(917877383873, "PRIIND", function (error, data) { console.log(data); });