Skip to content Skip to sidebar Skip to footer

Android - How Do I Create An Email Body From A File That Contains Css And Html?

I have looked and found lots of great answers on how to load html into a body of an email Intent, but couldn't find how to load a file that contain css and html. I have a program

Solution 1:

According to this site css is not able to be rendered in android email bodies

http://www.campaignmonitor.com/css/

Post a Comment for "Android - How Do I Create An Email Body From A File That Contains Css And Html?"