On Tue, January 30, 2007 9:44 am, afan@xxxxxxxx wrote: > is it possible to specify email address in mail() function where > bounced > email could return? > > I checked http://us2.php.net/manual/en/function.mail.php but didn't > find > anything. Some MTAs follow some standards which at one time or another allowed headers such as: Error-to: <email address> It's not 100%, but works with many MTAs. There's another header like Bounces-to: or somesuch, I think, that is in much less widespread use, but may be worth researching. This is not PHP-specific, so you may want to look more at mailing list software and how they do it than at PHP functions. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php