Re: [PHP] undelivery mails

2004-02-21 Thread Jason Wong
On Saturday 21 February 2004 01:41, Ryan A wrote: > If you are sending out html mails you can learn a lesson from the low life > bastard spammers, but in > your case for a good cause (i hope), > Write a script so that each email has a unique identifier as spedified in > the database and from the e

Re: [PHP] undelivery mails

2004-02-20 Thread Ryan A
On 2/20/2004 5:48:21 PM, Juan Cortabitarte ([EMAIL PROTECTED]) wrote: > I need to send a newsletter and I need to know all mail addresses of the > undelivery mails to update the database. > Any suggestion? Do I need to parse the maillog? > > -- Hey, If you are sending out html mails you can lear

Re: [PHP] undelivery mails

2004-02-20 Thread John W. Holmes
From: "Juan Cortabitarte" <[EMAIL PROTECTED]> > I need to send a newsletter and I need to know all mail addresses of the > undelivery mails to update the database. > Any suggestion? Do I need to parse the maillog? If you're using the basic mail() function in PHP, you're not going to get any data

[PHP] undelivery mails

2004-02-20 Thread Juan Cortabitarte
I need to send a newsletter and I need to know all mail addresses of the undelivery mails to update the database. Any suggestion? Do I need to parse the maillog? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php