android - Send HTML e-mail with Intent -


i want send html e-mail when user decides share app. i'm using html in order have customised , appellative message.

first approach, tried create string html (inline style) using html.fromhtml when received e-mail pure txt, no customization.

second approach, send html file attached. problem approach html not showed until user opens attach.

what's best solution, possible? thanks!

you can achieve task using method html.fromhtml(string);

html.fromhtml("<font color='#ff123456'>text</font>") 

Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -