From 76fa1592891a62ec2021ddf4807152bfd71c9c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Thu, 16 Mar 2017 16:01:36 +0100 Subject: [PATCH] send email from noreply directly (otherwise it is rejected by some mail providers, refs #20849 --- tester.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tester.py b/tester.py index 91efb3de..4026e1c6 100755 --- a/tester.py +++ b/tester.py @@ -347,9 +347,9 @@ class Tester(): log('No recipients defined for email sending. Set a value for EMAIL_ADMINS.') return 1 boundary = str(uuid.uuid4()) - mail = '''From: %(hostname)s <noreply@ubicast.eu> + mail = '''From: noreply@ubicast.eu To: %(recipients)s -Subject: UbiCast application test: %(status)s +Subject: %(hostname)s UbiCast MediaServer functional tests report: %(status)s Mime-Version: 1.0 Content-type: multipart/related; boundary="%(boundary)s" -- GitLab