[PHP] [SOLVED] [PHP] return bounced email to specific email address

2007-01-31 Thread afan
 [EMAIL PROTECTED] wrote:
 hi,
 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.

 That's the right place. It's the 5th parameter you want to change.

 --
 Postgresql  php tutorials
 http://www.designmagick.com/


yesterday somebody posted really good explanation about this
:)

Thanks.

-afan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] return bounced email to specific email address

2007-01-31 Thread Richard Lynch
On Tue, January 30, 2007 9:44 am, [EMAIL PROTECTED] 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



[PHP] return bounced email to specific email address

2007-01-30 Thread afan
hi,
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.

thanks.

-afan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] return bounced email to specific email address

2007-01-30 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-30 16:44:38 +0100:
 is it possible to specify email address in mail() function where bounced
 email could return?
 
Yes, see ftp://ftp.rfc-editor.org/in-notes/rfc2821.txt

 I checked http://us2.php.net/manual/en/function.mail.php but didn't find
 anything.

That's ok, PHP manual shouldn't duplicate specifications for all kinds
of network protocols or whatnot.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] return bounced email to specific email address

2007-01-30 Thread Chris

[EMAIL PROTECTED] wrote:

hi,
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.


That's the right place. It's the 5th parameter you want to change.

--
Postgresql  php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php