I am using tinyMCE to create a message and email in my php application.
However when I use tinyMCE email comes with tags like,
<p>This is message</p>
If I don't use tinyMCE, message is sent without tag.
Does anyone know how to solve this problem?