From 19459d62facd2c28c23f3f5c95d0eb6c425c850e Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Tue, 4 Dec 2001 20:05:15 +0000 Subject: [PATCH] Update the documentation foi imap_mail() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63888 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/imap.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/functions/imap.xml b/functions/imap.xml index 1cdc09862d..b19a637998 100644 --- a/functions/imap.xml +++ b/functions/imap.xml @@ -1,5 +1,5 @@ - + IMAP, POP3 and NNTP functions IMAP @@ -1530,7 +1530,11 @@ imap_close($mbox); - This function is currently only available in PHP 3. + This function allows sending of emails with correct handling of Cc and Bcc receivers. + The parameters to, cc and bcc are all strings and are all parsed as rfc822 address lists. + The receivers specified in bcc will get the mail, but are excluded from the headers. + Use teh rpath parameter to specify return path. This is usefull when using php as a mail client + for multiple users.