View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016572 | phpList 3 application | Documentation | public | 28-03-12 03:35 | 13-02-19 12:26 |
Reporter | raynau | Assigned To | |||
Priority | low | Severity | block | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | w2k | OS | w2k | OS Version | w2k |
Product Version | 2.10.17 | ||||
Summary | 0016572: The user tranfers a message to a third party, | ||||
Description | this is possible with that configuration : define("FORWARD_EMAIL_COUNT",3); => can send to three people Can also add a personnal comment : define("FORWARD_PERSONAL_NOTE_SIZE",150); => the window opened is bigger than the number of characters allowed (secondary) but if at the same time, you use that possibility : define("FORWARD_ALTERNATIVE_CONTENT",0); in using : define("FORWARD_ALTERNATIVE_CONTENT",1); then, the message is not transfered an only the personnal note is sent. Some more explanations would be welcome in the config.php. In fact, I have been loosing three days on that rubbish problem. When adding a note, messages were not transfered. In fact, it runs fairly well provided you use 0 in the third command line. Best regards | ||||
Tags | No tags attached. | ||||
|
When you transfer a message to a third party, on the screen you have the following message : mail adress : the message has been transfered. In fact, it should be written : the message has been transferted to : mail adress. |
|
FORWARD_ALTERNATIVE_CONTENT adds an additional tab to the send message page, where you can enter the content that will be sent when the message is forwarded. You'll need to put content in there for anything to be sent. |