Closed (won't fix)
Project:
Messaging
Version:
5.x-1.1
Component:
PHPMailer
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2009 at 20:48 UTC
Updated:
2 May 2009 at 13:07 UTC
Currently there's no support for PHPMailer's method for setting the ReplyTo header.
This is pretty useful for a lot of cases where the email comes "from" the site-information address (so as not to be seen as spam), but contains an end-user's address in the ReplyTo, allowing them to actually reply to the author of the message directly in email.
Basically we'd need to extend the function that invokes the PHPMailer class to look for a Reply To in the $params['headers'] and invoke its addReplyTo() method.
I'll see if I can add a patch along these lines shortly.
Comments
Comment #1
jose reyero commentedI think this is already in 5.x, but if not, no new features for that version, just bug fixes.