New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

com.jp.plugin.send_email

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.jp.plugin.send_email

Send Email and get value for performing other task

latest
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

Cordova : Send Email From App****

By using this plugin you can send email get the returned value for performing 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 get the ip address:

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

Keywords

cordova

FAQs

Package last updated on 23 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts