user2484319
user2484319

Reputation:

How to send message and mail in phonegap (ios +android)

I am using PhoneGap technology. I need to send text msg and email using PhoneGap. Can you please provide some example how to send text message and email in PhoneGap. I am using (PhoneGap +JQuery) mobile.

Upvotes: 2

Views: 3334

Answers (2)

user2484319
user2484319

Reputation:

  1. Download that plugin.
  2. Add emailcomposer.js file on js files.
  3. Add .h and .m file in plugin file.
  4. Import messageUI frame.
  5. Import plugin in config.
  6. Don't forget to add js file in index.html.

Upvotes: 1

mpatel
mpatel

Reputation: 486

Use below plugins for your application. Working Correctly. I have used months ago in my application.

For Android:

SMS Plugin and Email Plugin

and

For iOS:

SMS Plugin and Email Plugin

Upvotes: 2

Related Questions