View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019725 | phpList 3 application | General | public | 19-01-19 12:50 | 19-01-19 12:50 |
Reporter | airelle | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 3.3.8 | ||||
Summary | 0019725: The note is not prepended to the forwarded message | ||||
Description | The note written by the visitor in a forwarding page is not prepended to the message sent. | ||||
Steps To Reproduce | I send a campaign in which the footer contains the tag [FORWARD]. The email sent contains in the footer a link to the forwarding page. I follow that link and the browser goes to the correct forwarding page : http://www.mydomain.com/newsletter/?p=forward&mid=117&uid=e5d4dc41ae0a94ac8da2979866ec008a I write an email address to which I would like to forward the message. I write some text in the textfield for the note which is supposed to be prepended to the forwarded message. I click on the button to send the message. The message is sent, received by the target email address, but the note I wrote is not prepended. | ||||
Additional Information | In config.php file, I have the following lines (among others) : $pageroot = '/newsletter'; define("KEEPFORWARDERATTRIBUTES",0); define("FORWARD_EMAIL_COUNT",10); define("FORWARD_PERSONAL_NOTE_SIZE",1000); define("FORWARD_ALTERNATIVE_CONTENT",0); | ||||
Tags | No tags attached. | ||||