mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-09 23:51:20 +00:00
Comment default fail_silently=False behavior
This commit is contained in:
@@ -46,7 +46,7 @@ def send_rendered_email(subject, base_template_name, recipient_list, context=Non
|
||||
|
||||
msg.attach_alternative(html_content, "text/html")
|
||||
|
||||
msg.send()
|
||||
msg.send(fail_silently=False) # (fail_silently=False is the default)
|
||||
|
||||
|
||||
def get_model_topography():
|
||||
|
||||
Reference in New Issue
Block a user