Hello Collins, I need post office for other purposes not for error logging. 

I worte an issue in their issue queue, this is what they wrote back:
>>As explained by @RafRaf <https://github.com/RafRaf> , the emails are sent 
by BrokenLinkEmailsMiddleware, you can disable it insettings.py if you need 
to.

*But my settings.py has this middleware only:*
MIDDLEWARE_CLASSES = (
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
)

So should I remove Common Middleware for deployment. Could it be coming 
from that one? Can you please give me some advice, 

Thanks so much in advance!

Am Donnerstag, 2. Oktober 2014 20:42:19 UTC+2 schrieb Collin Anderson:
>
> It seems like django-post_office recommends using sentry for the errors. 
> Getting a better feel for your situation: Why django-post_office at all? 
> What's wrong with the error emails getting logged?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7f3d7edc-cbfe-411a-9f16-7acc2044540c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to