Hi,
I've tested my mail function, see if it bounced back to me if the email I sent to is unknown. But I haven't received anything yet.
Here is part of my header, using reply-to and return-path:
No bounced message came to my email above.
Where did it go wrong?
Thanks!
Andre
I've tested my mail function, see if it bounced back to me if the email I sent to is unknown. But I haven't received anything yet.
Here is part of my header, using reply-to and return-path:
Code:
...
header .= "Reply-To: andre@andre.de <andre> \n";
header .= "Return-Path: andre@andre.de <andre> \n";
...
No bounced message came to my email above.
Where did it go wrong?
Thanks!
Andre