Can somebody please help me with this mail script.
I\'m simply trying to send an html email and part of the message is from a user textarea, which puts in \\r\\n.>
An alternative is to use HEREDOC.
$message = << some text some more text
Manual link for heredoc here