[PHP] FW: checking bounce email

2002-12-18 Thread See kok Boon
Hi, Can someone kindly teach me how to check for bounced emails when I use mail() to send emails? OR Tell me whether there are other mail functions which can accomplish that. Thanks in advance kokboon

Re: [PHP] FW: checking bounce email

2002-12-19 Thread Chris Hewitt
See kok Boon wrote: Can someone kindly teach me how to check for bounced emails when I use mail() to send emails? Its the "Return-To" smtp field that has the address that bounces are to be notified to. Using mail() I think this can be set with the last parameter. I'm being a bit vague here a