From 1e32fe7972efccf938b9d6c3943314656378dffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Fri, 16 Jun 2017 17:02:57 +0200 Subject: [PATCH] add premium-support@ubicast.eu to email recipients if support is premium --- tester.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tester.py b/tester.py index b999b791..3ef45cf9 100755 --- a/tester.py +++ b/tester.py @@ -373,6 +373,7 @@ class Tester(): system_type = '-' if utils.get_conf('PREMIUM_SUPPORT') != '0': system_domain = "[PREMIUM] %s" % system_domain + recipients += ',premium-support@ubicast.eu' if not recipients: log('No recipients defined for email sending. Set a value for EMAIL_ADMINS.') return 1 -- GitLab