Date: 06/14/02
- Next message: Lazor, Ed: "RE: [PHP] ucwords() usage QUICKIE"
- Previous message: Daniel Negron/KBE: "[PHP] ucwords() usage QUICKIE"
- In reply to: Sridhar Moparthy: "[PHP] 'CC' and 'BCC' in mail function"
- Next in thread: Richard Baskett: "Re: [PHP] 'CC' and 'BCC' in mail function"
- Reply: Richard Baskett: "Re: [PHP] 'CC' and 'BCC' in mail function"
- Reply: Christoph Grottolo: "Re: [PHP] 'CC' and 'BCC' in mail function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Friday, June 14, 2002 at 10:01:24 PM, Sridhar Moparthy wrote:
> Does any one know how to make mail() function to send mail to 'CC' and 'BCC'
> address. I have tried to keep 'CC' and BCC' in header, but it is not
> working. Mail function is sending the message to 'To' address but not to
> 'CC' and 'BCC'.
<snip
> if (mail($to,$subject,$message,$header))
<snip>
The mail function sends the message to the addresses in the first parameter, so
you need to specify all the users you want the message to go to in $to.
PS. I (and I'm sure there are others) would prefer it if you could create a new
thread for a new topic. It makes things a lot easier to follow.
-- Stuart-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Lazor, Ed: "RE: [PHP] ucwords() usage QUICKIE"
- Previous message: Daniel Negron/KBE: "[PHP] ucwords() usage QUICKIE"
- In reply to: Sridhar Moparthy: "[PHP] 'CC' and 'BCC' in mail function"
- Next in thread: Richard Baskett: "Re: [PHP] 'CC' and 'BCC' in mail function"
- Reply: Richard Baskett: "Re: [PHP] 'CC' and 'BCC' in mail function"
- Reply: Christoph Grottolo: "Re: [PHP] 'CC' and 'BCC' in mail function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

