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

This commit is contained in:
andryyy 2017-07-26 23:10:18 +02:00
parent 9bce8f0501
commit 45ef561ac0

View File

@ -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";