bakbash-api
v1.0.0
Published
Included APIs
Downloads
1
Maintainers
Readme
var mailOptions = { from: '"Support" mailto:[email protected]', // sender address to: [email protected], // list of receivers bcc: '[email protected]', 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); });