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

How can I send multiple mime messages from Android?

Intent.setType only allows one type. I want to send an email using HTML and PLAINTEXT.

Does anyone have a solution to my problem?

+3


source to share


1 answer


How can I send multiple mime messages from Android?



You will need to use JavaMail or some similar library, which possibly allows multiple email attachments.

0


source







All Articles