Skip to content
Snippets Groups Projects
Commit 4e05e0c9 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

revert sender to support@ubicast.eu

parent b66dac00
No related branches found
No related tags found
No related merge requests found
......@@ -483,7 +483,7 @@ class Tester:
log(consecutive_msg)
html_report += "\n<br/>" + consecutive_msg.replace("\n", "\n<br/>")
if send_email:
sender = utils.get_conf("EMAIL_SENDER", "root@%s" % hostname)
sender = "support@ubicast.eu"
recipients = utils.get_conf("EMAIL_ADMINS") or ""
system_domain = utils.get_conf("MS_SERVER_NAME")
system_type = "MediaServer"
......
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