Преглед изворни кода

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

andryyy пре 8 година
родитељ
комит
45ef561ac0
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      data/web/inc/vars.inc.php

+ 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]";