问题:
I am trying to create a mail sending application in Android. 我正在尝试在Android中创建邮件发送应用程序。
If I use: 如果我使用:
Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
This will launch the built-in Android application; 这将启动内置的Android应用程序; I'm trying to send the mail on button click directly without using this application. 我试图不使用此应用程序而直接单击按钮发送邮件。
解决方案:
参考一: https://stackoom.com/question/8TW4/使用JavaMail-API在Android中发送电子邮件-而无需使用默认-内置应用参考二: https://oldbug.net/q/8TW4/Sending-Email-in-Android-using-JavaMail-API-without-using-the-default-built-in-app
来源:oschina
链接:https://my.oschina.net/u/4428122/blog/4358098