>
> PS some mailservers do not like \r\n, check the manual on mail() and see
> what they suggest, i think it was just \n.

RFC for SMTP states that CRLF (\r\n) should be used.  A lot of mail servers
will accept just \n, but it is best to try and be standards compliant, you
have less potential for problems when changing server set-ups.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to