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

send email from noreply directly (otherwise it is rejected by some mail providers, refs #20849

parent f5940bf7
No related branches found
No related tags found
No related merge requests found
...@@ -347,9 +347,9 @@ class Tester(): ...@@ -347,9 +347,9 @@ 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: noreply@ubicast.eu
To: %(recipients)s To: %(recipients)s
Subject: UbiCast application test: %(status)s Subject: %(hostname)s UbiCast MediaServer functional tests report: %(status)s
Mime-Version: 1.0 Mime-Version: 1.0
Content-type: multipart/related; boundary="%(boundary)s" Content-type: multipart/related; boundary="%(boundary)s"
......
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