I'm trying to mail a html type email and its working, but the problem is when I send a div with class name, when it arrives, the class name changes.
So what I write in the php file is:
<div class="telo" style="width:60%;margin:0 auto">...
And what I can read from the arrived mail is:
<div class="m_-4831917718643650012telo" style="width:60%;margin:0 auto">...
In every div. So how can I solve this?
Thank you for helping!