Jump to content

How to bounce an email


phpknight

Recommended Posts

On my dedicated box, all email gets bounced to the default address on the account.  However, I want to send email with PHP so that if it bounces to my address instead: like [email protected].  I don't want to make this the default address though, because I would still like the all the SPAM to disappear into the black hole.

 

What do I put in the header to get this done?  I tried reply-to, but that does not work.  I found something like this:

-fbounce_address@your_domain.com

 

but I must not be doing it correctly because it is not working.  Any help is appreciated.

Link to comment
https://forums.phpfreaks.com/topic/104993-how-to-bounce-an-email/
Share on other sites

I've looked in the manual and do not see that under the mail function

 

http://ca.php.net/manual/en/ref.mail.php - search the page for return-path. There are a half-dozen or more references to it, including Windows and *nix server instructions on 'how to' in the user notes.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.