SyntaxFix
Write A Post
Hire A Developer
Questions
You need to use <br> instead of \r\n . For this you can use built in function call nl2br So your code should be like this
<br>
\r\n
$message = nl2br("CCCC\r\nCCCC CCCC \r CCC \n CCC \r\n CCC \n\r CCCC");