|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-08-13 15:58 UTC] shane
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jun 18 23:00:01 2026 UTC |
RCPT TO: header ----------------- RFC821 4.1.1: RECIPIENT (RCPT) This command is used to identify an individual recipient of the mail data; multiple recipients are specified by multiple use of this command. RFC821 2. If the SMTP-receiver can accept mail for that recipient it responds with an OK reply; if not, it responds with a reply rejecting that recipient (but not the whole mail transaction). As it stands right now, mail() in Win32 PHP is sending the entire list of recipients in a single RCPT TO: header. It also does not include the addresses from any additional CC: or BCC: headers that may be added. As a result, the success of sending mail to more than one recipient depends heavily on the implementation of the MTA that the mail is sent via.