> I'm trying to get away from the crusty old mail() function, and migrate > to Pear's Mail.php. I've got one small glitch trying to incorportate > BCC: headers. Everything works fine in AOL mail client. Hmph. Outlook > Express seems ok, but when viewing all headers BCC: is visible. Mozilla > simply shows the BCC: headers right up front. SquirrelMail refuses to > open the email.
> The script I'm using is located at > http://hoss.citysquare.biz/testmail.phps > Can you guys straighten me out? There is no such thing as a BCC: header in the SMTP RFCs. BCC is handled in the mail client by creating separate copies of the message, each with a different TO: header. There is no functional difference between creating a message with 45 addresses in the BCC: field, and creating 45 identical messages with a different address in the TO: header. Please CC: me on replies as I'm not sub'd to the list. -- Freddie Cash, CCNT CCLP Helpdesk / Network Support Tech. School District 73 (250) 377-HELP [377-4357] [EMAIL PROTECTED] [EMAIL PROTECTED] ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
