•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 402,018 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,368 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 1019 | Replies: 1
![]() |
Hi,
I was wondering if the BCC in the header accepts multiple recipient as in the example below?
I was wondering if the BCC in the header accepts multiple recipient as in the example below?
$headers .= 'To: Mary <mary@example.com>, Kelly <kelly@example.com>' . "\r\n"; $headers .= 'From: Birthday Reminder <birthday@example.com>' . "\r\n"; $headers .= 'Cc: birthdayarchive@example.com' . "\r\n"; $headers .= 'Bcc: birthdaycheck@example.com,someone@example.com,someone2@example.com,someone3@example.com,someone4@example.com,' . "\r\n"; // Mail it mail($to, $subject, $message, $headers);
•
•
Join Date: Jul 2004
Location: North East Indiana
Posts: 491
Reputation:
Rep Power: 5
Solved Threads: 20
Why don't you try it? There's a ton of free email services out there if you don't want to bother anyone.
I just looked at php.net, and it looks like what you want to do is supported.
I just looked at php.net, and it looks like what you want to do is supported.
www.uncreativelabs.net
Old computers are getting to be a lost art. Here at Uncreative Labs, we still enjoy using the old computers. Sometimes we want to see how far a particular system can go, other times we use a stock system to remind ourselves of what we once had.
Old computers are getting to be a lost art. Here at Uncreative Labs, we still enjoy using the old computers. Sometimes we want to see how far a particular system can go, other times we use a stock system to remind ourselves of what we once had.
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Multiple webcams (Peripherals)
- How to Rename Multiple Files with Windows Explorer (Windows tips 'n' tweaks)
- Multiple IE starting (Web Browsers)
- Can't close multiple IE windows (Web Browsers)
Other Threads in the PHP Forum
- Previous Thread: Cannot modify header information.Headers already sent
- Next Thread: php sending mail via smtp external site


Linear Mode