emails: default app-from email should be a valid one.
This commit is contained in:
parent
2b9eeb7a86
commit
ac5dbf712f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue