From ac5dbf712fc71104cfefa87c7f55e090ce9e35f8 Mon Sep 17 00:00:00 2001 From: RhodeCode Admin Date: Thu, 15 Jul 2021 14:20:03 +0200 Subject: [PATCH] emails: default app-from email should be a valid one. --- rhodecode/lib/celerylib/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhodecode/lib/celerylib/tasks.py b/rhodecode/lib/celerylib/tasks.py index 88965347..0c16c4b6 100644 --- a/rhodecode/lib/celerylib/tasks.py +++ b/rhodecode/lib/celerylib/tasks.py @@ -102,7 +102,7 @@ def send_email(recipients, subject, body='', html_body='', email_config=None, # Location of maildir # queue_path='', - default_sender=email_config.get('app_email_from', 'RhodeCode'), + default_sender=email_config.get('app_email_from', 'RhodeCode-noreply@rhodecode.com'), debug=str2bool(email_config.get('smtp_debug')), # /usr/sbin/sendmail Sendmail executable