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

restore sender alias, refs #20849

parent 449bde5d
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,7 @@ class Tester():
log('No recipients defined for email sending. Set a value for EMAIL_ADMINS.')
return 1
boundary = str(uuid.uuid4())
mail = '''From: noreply@ubicast.eu
mail = '''From: %(hostname)s <noreply@ubicast.eu>
To: %(recipients)s
Subject: %(hostname)s UbiCast MediaServer functional tests report: %(status)s
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