No newline in email
-
Hello,
All the emails I get from Wordfence doesn’t have newlines. The whole email is on one line and that reads difficult.
I know that is caused by GMail because the original text looks good.
I had this problem on my site aswell so before sending the email I used this line of PHP code:
nl2br($message)
That worked for me. Example of the email code:
<html> <head> </head> <body> <div><? echo nl2br($message); ?></div> </body> </html>
I hope this can help you in your development.
Greetings,
Sven Kortekaas
- The topic ‘No newline in email’ is closed to new replies.