Show More
@@ -71,7 +71,6 b' def send_email(recipients, subject, body' | |||
|
71 | 71 | log = get_logger(send_email) |
|
72 | 72 | |
|
73 | 73 | email_config = email_config or rhodecode.CONFIG |
|
74 | print email_config | |
|
75 | 74 | subject = "%s %s" % (email_config.get('email_prefix', ''), subject) |
|
76 | 75 | if not recipients: |
|
77 | 76 | # if recipients are not defined we send to email_config + all admins |
General Comments 0
You need to be logged in to leave comments.
Login now