I'm using the following to send an email:
<php ....
$message = 'Hi '.$fname.',
Your entries for the week of '
.$weekof.' have been reviewed.
Please login and View Weekly reports to see the report and comments.
Thanks,
'.$myname;
mail($to, $subject, $message, $from);
?>
When the message is received it does not start a new line at the "
" but just prints them as part of the message.
I only tried it in Thunderbird 3, not any other clients.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…