| Anonymous | Login | Signup for a new account | 2010-09-06 17:50 PDT |
| Main | My View | View Issues | Change Log | Roadmap |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000201 | [Trellis] General/Other | minor | always | 2009-03-11 15:50 | 2010-05-26 08:08 | |||||||
| Reporter | carlos | View Status | public | |||||||||
| Assigned To | carlos | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | confirmed | Product Version | 0.5.0 | |||||||||
| Summary | 0000201: No option to add "reply_to" in the send_email() function | |||||||||||
| Description |
I am working on a Plugin and I need to add the reply_to option in order to have the recipient of the email respond to the user I need them to respond to. I suggest to add this under line 559 on core_functions.php: if (isset($options['reply_to'])) { $email_reply_to = array_merge($email_reply_to, $options['reply_to']); } foreach ($email_reply_to as $address => $name) { $email->AddReplyTo($address, $name); } |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Error Code | ||||||||||||
| URI | ||||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Main | My View | View Issues | Change Log | Roadmap |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |