开发者

Webintent email in phonegap-android?

开发者 https://www.devze.com 2023-03-02 22:50 出处:网络
I use the phone gap framework for developing android application, my specification is to send a email message, for that I use web intent plugin for sending email, in default i can able to specify subj

I use the phone gap framework for developing android application, my specification is to send a email message, for that I use web intent plugin for sending email, in default i can able to specify subject and bod开发者_高级运维y of mail programmatically, but the contact i can't do it programmatically need to done manually. Is there is any other way to send the contact programmatically?

Thanks.


Phonegap plugins are possibly the best route, although I personally don't understand how to use the sample here:

http://smus.com/android-phonegap-plugins

Also, try the "mailto" on and anchor:

href="mailto:support@desktopwealth.com?subject=Adding E-mail Subject Is Easy&body=content for the body of the email to remind me of a specfic reason, location or purpose for this email"
0

精彩评论

暂无评论...
验证码 换一张
取 消