如何从 Android PhoneGap 应用程序发送电子邮件?
我需要使用 jquery forphonegap 从 Android 应用程序获取电子邮件编辑器,并且需要发送电子邮件。请指导我。提前致谢。
I need to get the email composer from the android application using jquery for phonegap and need to send email.Please kindly guide me.Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 WebIntents。该解决方案使您能够从 PhoneGap 发送意图。但请注意,这是 Android 特定的解决方案。
例如,在 iPhone 上,您必须使用 EmailComposer 插件。
You can use WebIntents. This solution enables you to send intents from PhoneGap. But please note that this is a Android specific solution.
On iPhones for example you would have to use the EmailComposer plugin.