Re: [PHP] newbie question: duplicate emails

2001-04-23 Thread Plutarck
The best way is to use an email list manager. I remember someone suggesting one, but I've totally forgotten it now. Personally the way I would do it is take the first list and load all the email addys into the Bcc field. Or break them up into small chunks of less than 50 at a time, since trying t

Re: [PHP] newbie question: duplicate emails

2001-04-23 Thread Nikhil Goyal
Yes, that is a sound approach. However I've checked it again, and again, and again, and nothing pops up. It would be easier if I had an error generated. I'll try to get my hands on the SMTP logs, will talk to the server admin about that. My code is sending data to the SMTP socket and monitoring r

Re: [PHP] newbie question: duplicate emails

2001-04-23 Thread Phillip Bow
Whenever you are positive its nto your code then check it again. That being said are there any SMTP logs you can check? Have you monitored the exact data being sent to the SMTP server(maybe set up a dummy socket that repeats back the data sent to it then have your program try to connect to that)

[PHP] newbie question: duplicate emails

2001-04-23 Thread Nikhil Goyal
Hello people, I am having a peculiar problem with my mailing list and hope you can help me out. I have a mySQL database with a table of email addresses for the mailing lists. I have many lists, and my (PHP) code runs various queries on this table to generate lists of email addresses to which the