我怎么能发送从Android应用程序的电子邮件的情况下直接显示设备的默认电子邮件的形式?电子邮件、应用程序、显示设备、情况下

2023-09-04 08:56:26 作者:Pass /

我建立的,我使用意图发送电子邮件发送电子邮件从一个Android应用程序的一种形式,那就是:

I am building a form that sends emails from an android application, I am using Intents to send the email, that is:

Intent sendIntent;
sendIntent = new Intent(Intent.ACTION_SEND);

我的要求是,我想要的邮件立即发送,目前该应用程序是显示我安装的电子邮件应用程序的设备,我可以在发送前重新构图电子邮件,我想直接发送邮件而不显示安装的应用程序。

My requirement is that I want the email to be sent immediately, currently the application is showing me installed email applications in device where I can recompose the email before sending, I want to send the mail directly without showing installed applications.

感谢

推荐答案

请参阅以下解决方案:

solution 1

solution 2

和带有附件 电子邮件

and email with attachments