vrana Wed Apr 26 11:44:15 2006 UTC
Modified files: /phpdoc/en/reference/mail/functions mail.xml Log: From sets Return-Path under Windows http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mail/functions/mail.xml?r1=1.34&r2=1.35&diff_format=u Index: phpdoc/en/reference/mail/functions/mail.xml diff -u phpdoc/en/reference/mail/functions/mail.xml:1.34 phpdoc/en/reference/mail/functions/mail.xml:1.35 --- phpdoc/en/reference/mail/functions/mail.xml:1.34 Thu Jan 19 13:59:53 2006 +++ phpdoc/en/reference/mail/functions/mail.xml Wed Apr 26 11:44:15 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.34 $ --> +<!-- $Revision: 1.35 $ --> <refentry id="function.mail"> <refnamediv> <refname>mail</refname> @@ -104,6 +104,8 @@ Failing to do this will result in an error message similar to <literal>Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing</literal>. + The <literal>From</literal> header sets also + <literal>Return-Path</literal> under Windows. </para> </note> <note>