Dylan Leblanc
12-09-2003, 05:19 PM
When I send an email using PHP's mail() function, and include a Return-Path header along with the email address to send bounced mails to, the email address gets changed to something else.
I send:
Return-Path: bounce@example.com
But it is changed to:
Return-Path: apache@sls-cd50p4.example.com
Anyone know why?
I send:
Return-Path: bounce@example.com
But it is changed to:
Return-Path: apache@sls-cd50p4.example.com
Anyone know why?