2.0.0 • Published 9 years ago

com.jp.plugin.send_email v2.0.0

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
9 years ago

*Cordova : Send Email From App*

By using this plugin you can send email get the returned value for performing other task one by one.

Install this plugin using:

cordova plugin add com.jp.plugin.send_email

Remove Plugins :

cordova plugin remove com.jp.plugin.send_email

Put the below code in your javascript code to send email:

send_email.open_email_app( function(success) { console.log(success); }, function(error) { console.log(error); }, to, cc, subject, body, file_path );

GitHub URL: https://github.com/jaypratapsingh/Send_Email

npm url : https://www.npmjs.com/package/com.jp.plugin.send_email