如何发送电子邮件而无需用户交互从另一个应用程序

问题描述:

可能重复:结果
  发送使用JavaMail API在Android中没有电子邮件使用默认的Andr​​oid应用(内建电子邮件应用程序)

喜正在开发Android应用程序。在我的概念是,当我在我自己的应用程序点击一个按钮,然后自动它必须调用与喜欢prefilled领域,主题等,并能够无需用户干预自动发送邮件。

Hi am developing android application. In that my concept is when am clicking one button in my own application, then automatically it has to invoke email application with prefilled fields like to,subject etc and able to send mail automatically without user intervention.

我能够使用意图与所有的prefilled领域调用电子邮件应用程序。

Am able to invoke email application using intents with all the prefilled fields.

问题是需要选择发送按钮序来发送邮件。

problem is need to select "send" button inorder to send mail.

是否有可能自动发送???

Is there any possibility to send automatically???

请帮我在此先感谢..

Please help me thanks in advance..

试着问的问题在这里之前搜索。可能是这可以帮助你。您可以发送,使用3所需的jar文件。

Try to search before asking question here. May be this can be helps you. You can send that using 3 required jar files.


  1. 的mail.jar

  2. 的activati​​on.jar

  3. Additional.jar

请按照适当的步骤与 #1

Follow the proper steps with the existing question in *