You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Is SEND_BROKEN_LINK_EMAILS = True working for you guys?
I am using Django 1.2.5. I have view function that raise Http404 when object is not found but I am not receiving the email despite SEND_BROKEN_LINK_EMAILS = True in my settings.py. I do receive email for HTTP500 though.