# HG changeset patch # User RhodeCode Admin # Date 2021-07-15 12:20:03 # Node ID 6219d2d0ac31c3661d197c3d88c98290f1654389 # Parent 0440eaa805398d0f0fa7fb4ec3b70019327d8d4c emails: default app-from email should be a valid one. diff --git a/rhodecode/lib/celerylib/tasks.py b/rhodecode/lib/celerylib/tasks.py --- a/rhodecode/lib/celerylib/tasks.py +++ b/rhodecode/lib/celerylib/tasks.py @@ -102,7 +102,7 @@ def send_email(recipients, subject, body # 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