Re: [PHP-DOC] mail() additional header documentation

2004-11-27 Thread Jakub Vrana
Colin Brown wrote: >> Note: You must use \r\n to separate headers, although some Unix >> mail transfer agents may work with just a single newline (\n). > In my experience this is wrong. In particular on hosts running Linux or > BSD and Postfix (i.e. LOTS!!), using \r\n will cause mail headers t

[PHP-DOC] mail() additional header documentation

2004-11-17 Thread Colin Brown
Hi, The documentation for the mail() function (http://uk.php.net/manual/en/ref.mail.php) states: If a fourth string argument is passed, this string is inserted at the end of the header. This is typically used to add extra headers. Multiple extra headers are separated with a carriage return and