Show More
@@ -102,7 +102,7 b' def send_email(recipients, subject, body' | |||
|
102 | 102 | # Location of maildir |
|
103 | 103 | # queue_path='', |
|
104 | 104 | |
|
105 | default_sender=email_config.get('app_email_from', 'RhodeCode'), | |
|
105 | default_sender=email_config.get('app_email_from', 'RhodeCode-noreply@rhodecode.com'), | |
|
106 | 106 | |
|
107 | 107 | debug=str2bool(email_config.get('smtp_debug')), |
|
108 | 108 | # /usr/sbin/sendmail Sendmail executable |
General Comments 0
You need to be logged in to leave comments.
Login now