remove no longer used setting: MAIL_DEBUG

This commit is contained in:
Pablo Hoffman 2014-02-20 12:03:31 -02:00
parent 091c336b59
commit 9e62041b57
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ LOG_UNSERIALIZABLE_REQUESTS = False
LOGSTATS_INTERVAL = 60.0
MAIL_DEBUG = False
MAIL_HOST = 'localhost'
MAIL_PORT = 25
MAIL_FROM = 'scrapy@localhost'