1
0
Эх сурвалжийг харах

[Web] Add default rcpt for relay testing tool to variables

andryyy 8 жил өмнө
parent
commit
45ef561ac0

+ 3 - 0
data/web/inc/vars.inc.php

@@ -107,3 +107,6 @@ $SESSION_LIFETIME = 3600;
 
 // Label for OTP devices
 $OTP_LABEL = "mailcow UI";
+
+// Default "to" address in relay test tool
+$RELAY_TO = "[email protected]";