Email Class - Not able to set Return-Path header |
[eluser]MeanStudios[/eluser]
Greetings, I'm trying to send out an email where I change the 'Return-Path' header to something other than the 'From' email address but I am having no luck. In the libraries/Email.php file I've commented out line 201: Code: $this->_set_header('Return-Path', '<'.$from.'>'); Code: $this->email->_set_header('Return-Path', '<[email protected]>'); Here is the output: Code: 220 mail.alpha.net.au ESMTP AlphaMailServices MTA: Wed, 8 Jul 2009 17:00:05 +1000 Code: $this->email->_set_header('Custom-Header', '<[email protected]>'); Code: echo $this->email->print_debugger(); So this is very weird.... |
Messages In This Thread |
Email Class - Not able to set Return-Path header - by El Forum - 07-08-2009, 01:04 AM
Email Class - Not able to set Return-Path header - by El Forum - 07-08-2009, 01:22 AM
Email Class - Not able to set Return-Path header - by El Forum - 07-09-2009, 07:57 AM
Email Class - Not able to set Return-Path header - by El Forum - 07-09-2009, 03:37 PM
Email Class - Not able to set Return-Path header - by El Forum - 07-09-2009, 08:04 PM
Email Class - Not able to set Return-Path header - by El Forum - 08-10-2009, 09:52 PM
Email Class - Not able to set Return-Path header - by El Forum - 08-10-2009, 10:21 PM
Email Class - Not able to set Return-Path header - by El Forum - 08-10-2009, 11:00 PM
Email Class - Not able to set Return-Path header - by El Forum - 08-11-2009, 08:56 AM
Email Class - Not able to set Return-Path header - by El Forum - 09-10-2009, 03:21 PM
|