I have an account with Ventures (which hosts sitepoint too) Since a week or two I have problem with the mail function with php.
If I send something like this:
$msg="this is line one
this is line two
this is line three";
mail($email, $mailsubject, $msg, $mailheaders);
this will send the message with returns:
this is line one
this is line two
this is line three
before it wasn't like this, anybody has a clue why this happens?






Bookmarks