##// END OF EJS Templates
emails: default app-from email should be a valid one.
super-admin -
r4709:6219d2d0 stable
parent child Browse files
Show More
@@ -102,7 +102,7 b' def send_email(recipients, subject, body'
102 # Location of maildir
102 # Location of maildir
103 # queue_path='',
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 debug=str2bool(email_config.get('smtp_debug')),
107 debug=str2bool(email_config.get('smtp_debug')),
108 # /usr/sbin/sendmail Sendmail executable
108 # /usr/sbin/sendmail Sendmail executable
General Comments 0
You need to be logged in to leave comments. Login now