diff gpp/settings/base.py @ 513:9e7ae8462f3f

Using celery to send mail out of the request/response cycle.
author Brian Neal <bgneal@gmail.com>
date Tue, 13 Dec 2011 02:07:55 +0000
parents 3fd369e1197f
children 6d816aa586c1
line wrap: on
line diff
--- a/gpp/settings/base.py	Sun Dec 11 21:31:10 2011 +0000
+++ b/gpp/settings/base.py	Tue Dec 13 02:07:55 2011 +0000
@@ -219,7 +219,6 @@
 #######################################################################
 GPP_LOG_LEVEL = 0
 GPP_SEND_EMAIL = True
-MAILER_ENQUEUE_MAIL = True
 GPP_NO_REPLY_EMAIL = 'no_reply'
 AVATAR_DIR = 'avatars'
 MAX_AVATAR_SIZE_BYTES = 2 * 1024 * 1024