Email Class - Not able to set Return-Path header |
[eluser]MeanStudios[/eluser]
Sophistry, Ya, I figured that out once I looked at the source code heh ![]() As for the return-path thing, no, I never did get it figured out. I decided to use PHPMailer instead as all you have to do with that Email Class is: Code: $email->Sender = '[email protected]'; I don't think the CI Email class is setup right to handle changing the Return-Path, there are some lines that are hardcoded to use the 'From' address in those instances and I didn't feel like making changes to the Email.php file since I have that folder being updated by the CI public SVN. Thanks for your response though! |
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
|