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 :)