Added basic email setup.

rtd2
Eric Holscher 2010-08-14 18:51:03 +00:00
parent 3a960f4749
commit 8f4093ac4e
1 changed files with 5 additions and 0 deletions

View File

@ -85,3 +85,8 @@ INSTALLED_APPS = (
CARROT_BACKEND = "ghettoq.taproot.Database"
CELERY_ALWAYS_EAGER = True
EMAIL_USE_TLS = True
EMAIL_HOST = 'golem'
EMAIL_HOST_USER = 'no-reply@readthedocs.com'
EMAIL_PORT = 25