简体   繁体   中英

how to create form and how send form data to client email id with out using default mail in 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.

您检查此库的效率,我已经在很多https://github.com/yesidlazaro/GmailBackground中使用了它

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM