Selaa lähdekoodia

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

andryyy 8 vuotta sitten
vanhempi
sitoutus
45ef561ac0
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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]";