View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018031 | phpList 3 application | phpList | public | 25-02-16 15:23 | 16-01-19 09:46 |
Reporter | Ehaver282 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Chrome, IE | OS | Windows | OS Version | 10 |
Product Version | 3.2.4 | ||||
Fixed in Version | 3.2.5 | ||||
Summary | 0018031: Forward Subject Incorrect | ||||
Description | We are testing the message forwarding capabilities and discovered an issue. When the campaign is forwarded the subject is replaced by the data from the Meta Data Campaign Title, this information isn't suppose to show up in any outgoing email as per the info icon on the backend page. Is there a setting to use the Campaign subject instead? Or is this a bug? Thank you, Ernie | ||||
Steps To Reproduce | Create a Campaign. Use Campaign Subject - Welcome to a New World! Add content Set Campaign Meta Data - New World Welcome Email. Send the campaign Click forward link Next screen will state, at the top, Forwarding the message with subject New World Welcome EMail. This should state Forwarding the message with subject Welcome to a New World. | ||||
Tags | No tags attached. | ||||
|
Yes, that's most likely a bug and it needs attention. Thanks for reporting that. |
|
Hmm, strange https://github.com/phpList/phplist3/blob/master/public_html/lists/admin/sendemaillib.php#L955 takes the same value as https://github.com/phpList/phplist3/blob/master/public_html/lists/admin/sendemaillib.php#L959 |
|
ah, looks like it's here: https://github.com/phpList/phplist3/blob/master/public_html/lists/admin/sendemaillib.php#L1452 |