I have a the string like the following used within an email sent by my application:
$msg = "{$name} has submitted an email for review.\n\n You can preview the email here";
The \n doesn’t appear within the email – any ideas why?
I am using PHPMailer (old I know..)
If your sending the email as HTML then you need to replace the
\nwith<br>