Web Design and Web Development Forum

  1. #1
    cancer10's Avatar
    Join Date
    Jun 2005
    Location
    India
    Age
    29
    Posts
    498
    Rep Power
    7
  2. cancer10 is on a distinguished road
  3. Question BCC: Multiple Recipient

    Hi,

    I was wondering if the BCC in the header accepts multiple recipient as in the example below?

    Code:
    $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);
    Reply With Quote Reply With Quote
  4. #2
    Join Date
    Oct 2006
    Location
    United Kingdom
    Age
    20
    Posts
    297
    Rep Power
    6
  5. <? Ashley ?> is on a distinguished road
  6. Re: BCC: Multiple Recipient

    Yep, I think it does work....only way is to test! :D
    Reply With Quote Reply With Quote

Similar Threads

  1. Multiple Rows
    By Itsu in forum PHP Scripting
    Replies: 2
    Last Post: 03-30-2007, 02:52 PM
  2. Multiple Inheritance or Mixins or something
    By _jameshales in forum PHP Scripting
    Replies: 4
    Last Post: 11-27-2005, 03:32 AM
  3. Replies: 4
    Last Post: 03-14-2005, 08:43 AM