Re: [PHP] From To to BCC in a Mail script

2002-03-25 Thread Justin French
on 25/03/02 6:31 PM, anti-blank ([EMAIL PROTECTED]) wrote: > I've got this script here to send out a mail whenever I enter an update to my > site to my mailing list. > The problem is it wants to dump everyone's email into the To field, and since > I don't want to give my > users email addresses a

Re: [PHP] From To to BCC in a Mail script

2002-03-24 Thread Jason Wong
On Monday 25 March 2002 15:31, anti-blank wrote: > I've got this script here to send out a mail whenever I enter an update to > my site to my mailing list. The problem is it wants to dump everyone's > email into the To field, and since I don't want to give my users email > addresses away I need to

[PHP] From To to BCC in a Mail script

2002-03-24 Thread anti-blank
I've got this script here to send out a mail whenever I enter an update to my site to my mailing list. The problem is it wants to dump everyone's email into the To field, and since I don't want to give my users email addresses away I need to convert this to the bcc field. Below is the origina