I implemented mail form with help of this blog. Everything working fine, but I need to insert line break in text value of mail attribute. I thinked that if I use tag <br> it will work fine, but I was mistake. Somehow tag <br> converting in value gt; br lt; (see attached screenshot).
How can I resolve this issue?