Browse Source

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

andryyy 8 years ago
parent
commit
45ef561ac0
1 changed files with 3 additions and 0 deletions
  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 = "null@hosted.mailcow.de";