diff --git a/tester.py b/tester.py index b999b791280e720842f280233f7517723124b24d..3ef45cf970240d14fcc8b7b2a03a56ef1f07b403 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