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
Den GrΓΌnes
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
CommonsWare
source
to share