* Thus wrote Ivo Fokkema ([EMAIL PROTECTED]):
> > >Does mail() return true? I mean, do you get printed "U redu je"? If so,
> >
> > When PHP sends an email to a non existing email address such as
> > [EMAIL PROTECTED], the warning mail you normally get returned often does not
> > arrive in your mailbox. Therefore I add two additional headers:
> >
> >      ."Reply-To: [EMAIL PROTECTED]"
> >      ."Return-path: <[EMAIL PROTECTED]"
> >
> > and now I do get the notification mail when mail bounces.
> That's funny, because I always had that problem, too. By adding Reply-To and
> Return-path, it did not fix my problem. Boucing emails never got back to me.
> Return-path was overwritten by my hostingserver to '[EMAIL PROTECTED]' and Reply-To
> was apparently ignored by the server bouncing the email. Do you think
> servers differ in this a lot?

So much confusion on mail.....

Return-Path: inserted by all smtp servers on delivery.
Reply-To:    handled by client
Errors-To:   Maybe handled by smtp server.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to