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 🙂
I think you need to set the mime type of the message to
text/html. What is your email sending code?