I don't have this script (tried downloading it but it didn't work), so I don't know the format the email is sent out in.
Can some one get me a copy of the script, I think I know what to do, but with out testing it/seeing the code I don't know for sure.
I know that for windows uses "\r\n\" for enter.
Using nl2br only would work if the email is in html format, or being viewed as html, if it is just plain text then it just will clutter the email with the br tags.
I would try changing the line that atholon referenced to
$key=str_replace("\n", "\r\n", $key);
But as I said, with out looking at the code. I don't know what the clean() function does, so it may mess up the replacement.
ici
|