added a return path for undeliverable messages
This commit is contained in:
parent
e6d08227fd
commit
30fefe9e68
3 changed files with 22 additions and 0 deletions
|
|
@ -180,6 +180,13 @@ sub www_editSettings {
|
|||
-hoverHelp=>$i18n->get('824 description'),
|
||||
-value=>$session->setting->get("mailFooter")
|
||||
);
|
||||
$tabform->getTab("messaging")->textarea(
|
||||
-name=>"mailReturnPath",
|
||||
-label=>$i18n->get("mail return path"),
|
||||
-hoverHelp=>$i18n->get('mail return path help'),
|
||||
-value=>$session->setting->get("mailReturnPath")
|
||||
);
|
||||
# misc
|
||||
$tabform->getTab("misc")->yesNo(
|
||||
-name=>"preventProxyCache",
|
||||
-label=>$i18n->get(400),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue