Re: [PHP] sending email to a mailing list

2002-08-28 Thread Justin French
on 29/08/02 8:54 AM, Andy ([EMAIL PROTECTED]) wrote: > I do not agree. First off all (in my case) I do want to send personalized > e-mails. And even if I cancel this wish.. how about adresses which fail? You > will never ever find out how many adresses failed by putting them into the > all in bc

Re: [PHP] sending email to a mailing list

2002-08-28 Thread Manuel Lemos
Hello, On 08/28/2002 07:54 PM, Andy wrote: > I do not agree. First off all (in my case) I do want to send personalized > e-mails. And even if I cancel this wish.. how about adresses which fail? You > will never ever find out how many adresses failed by putting them into the > all in bcc. And.. i

Re: [PHP] sending email to a mailing list

2002-08-28 Thread Andy
I do not agree. First off all (in my case) I do want to send personalized e-mails. And even if I cancel this wish.. how about adresses which fail? You will never ever find out how many adresses failed by putting them into the all in bcc. And.. isn't there a restriction? What happens if you put 10

Re: [PHP] sending email to a mailing list

2002-08-27 Thread Justin French
on 28/08/02 1:38 AM, Raphael Hamzagic ([EMAIL PROTECTED]) wrote: > I'm with a little doubt about the best way to send a mail message to a large > mailing list using PHP. I'm not interested in existing mailing list > managers, or source codes. > I dont know if the best way to send emails is to us

[PHP] sending email to a mailing list

2002-08-27 Thread Raphael Hamzagic
Hi everyone, I'm with a little doubt about the best way to send a mail message to a large mailing list using PHP. I'm not interested in existing mailing list managers, or source codes. I dont know if the best way to send emails is to use a repeat loop with mail() function, or use some other stru