I am using this code for mailing from android application.
GmailSender sender = new GmailSender("android.tech1q2@gmail.com","password");
sender.sendMail("Thank you state",
"<u>Jignesh</u><b>Jignesh</b>",
"android.tech1q2@gmail.com",
"jansodariya@gmail.com");
but I am not getting words underline and bold then what should I do for this please help me
I want to send mail as Html.
Thanks!
try this