How do i solve this trivial issue about formatting mail? Java
Posted
by Nitesh Panchal
on Stack Overflow
See other posts from Stack Overflow
or by Nitesh Panchal
Published on 2010-05-24T06:27:39Z
Indexed on
2010/05/24
6:31 UTC
Read the original article
Hit count: 253
Hello, My web application sends mail to its users. Everything is working fine, but my html doesn't get rendered in yahoo.
If i send mail contents as :-
<div>
Hello user
<br/>
How are you?
</div>
It gets rendered as it is :(. The html is not interpreted by yahoo. How do i solve this problem? Thanks in advance :)
© Stack Overflow or respective owner