com.jp.plugin.send_sms
v2.0.0
Published
Send SMS to single and multiple number with one click
Downloads
2
Maintainers
Readme
Cordova : Send SMS From App****
By using this plugin you can send sms to single and multiple number with one click
Install this plugin using:
cordova plugin add com.jp.plugin.send_sms
Remove Plugins :
cordova plugin remove com.jp.plugin.send_sms
Put the below code in your javascript code to send sms:
send_sms.send_message( function(success) { console.log(success); }, function(error) { console.log(error); }, ph_no, message );
ph_no :- String Format (For Ex. "91xxxxxxxx, 70xxxxxxxx") message :- String Format
GitHub URL: https://github.com/jaypratapsingh/Send_SMS
npm url : https://www.npmjs.com/package/com.jp.plugin.send_sms