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

send health report as support@ubicast.eu instead of noreply@ubicast.eu because...

send health report as support@ubicast.eu instead of noreply@ubicast.eu because the mail is never delivered to mailing lists, refs #20849
parent 05377320
No related branches found
No related tags found
No related merge requests found
...@@ -348,7 +348,7 @@ class Tester(): ...@@ -348,7 +348,7 @@ class Tester():
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
boundary = str(uuid.uuid4()) boundary = str(uuid.uuid4())
mail = '''From: %(hostname)s <noreply@ubicast.eu> mail = '''From: %(hostname)s <support@ubicast.eu>
To: %(recipients)s To: %(recipients)s
Subject: %(mediaserver_name)s (%(hostname)s) MediaServer health report: %(status)s Subject: %(mediaserver_name)s (%(hostname)s) MediaServer health report: %(status)s
Mime-Version: 1.0 Mime-Version: 1.0
......
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