diff --git a/functions/mail.xml b/functions/mail.xml index f22e2a6604..9c66cf28f0 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -1,5 +1,5 @@ - + Mail functions Mail @@ -20,7 +20,8 @@ DNS name or IP address of the SMTP server PHP under Windows should use for mail sent with the mail - function. + function. + @@ -32,7 +33,8 @@ Which "From:" mail address should be used in mail sent from - PHP under Windows. + PHP under Windows. + @@ -48,13 +50,15 @@ /usr/lib/sendmail configure does an honest attempt of locating this one for you and set a default, but if it fails, - you can set it here. + you can set it here. + Systems not using sendmail should set this directive to the sendmail wrapper/replacement their mail system offers, if any. For example, Qmail users can normally set it to - /var/qmail/bin/sendmail. + /var/qmail/bin/sendmail. + @@ -73,8 +77,7 @@ stringsubject stringmessage stringadditional_headers - stringadditional_parameters - + stringadditional_parameters mail automatically mails the message @@ -109,7 +112,8 @@ mail("joecool@example.com", "My Subject", "Line 1\nLine 2\nLine 3"); ]]> - + + If a fourth string argument is passed, this string is inserted at the end of the header. This is typically used to add extra @@ -276,4 +280,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> -