This is a simple question. I am using the libmail class to send my mails. For composing the mails I am using the CKEditor. My problem is that when I send the mail to someone the mail is displaying like this:
<p><span style="color: rgb(255, 160, 122);">data</span></p>
I already tried this:
$message = htmlspecialchars(stripslashes($message));
And:
$message = htmlentities($message);
Still it does the same thing.