Skip to content
Snippets Groups Projects
Commit 1e32fe79 authored by Florent Thiery's avatar Florent Thiery
Browse files

add premium-support@ubicast.eu to email recipients if support is premium

parent f68ab2a4
No related branches found
No related tags found
No related merge requests found
...@@ -373,6 +373,7 @@ class Tester(): ...@@ -373,6 +373,7 @@ class Tester():
system_type = '-' system_type = '-'
if utils.get_conf('PREMIUM_SUPPORT') != '0': if utils.get_conf('PREMIUM_SUPPORT') != '0':
system_domain = "[PREMIUM] %s" % system_domain system_domain = "[PREMIUM] %s" % system_domain
recipients += ',premium-support@ubicast.eu'
if not recipients: if not recipients:
log('No recipients defined for email sending. Set a value for EMAIL_ADMINS.') log('No recipients defined for email sending. Set a value for EMAIL_ADMINS.')
return 1 return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment