简体   繁体   中英

Android: Send E-Mail with multiple Mimetypes “HTML & PLAINTEXT”

How can i send multiple mime types email with Android?

Intent.setType allows only one mimetype. I want to send an email with HTML & PLAINTEXT.

Has anybody any solution of my problem?

How can i send multiple mime types email with Android?

You would need to use JavaMail or some similar library that perhaps allows multiple email attachments.

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