[Web] Add default rcpt for relay testing tool to variables
This commit is contained in:
parent
9bce8f0501
commit
45ef561ac0
@ -107,3 +107,6 @@ $SESSION_LIFETIME = 3600;
|
|||||||
|
|
||||||
// Label for OTP devices
|
// Label for OTP devices
|
||||||
$OTP_LABEL = "mailcow UI";
|
$OTP_LABEL = "mailcow UI";
|
||||||
|
|
||||||
|
// Default "to" address in relay test tool
|
||||||
|
$RELAY_TO = "null@hosted.mailcow.de";
|
||||||
|
Loading…
Reference in New Issue
Block a user