Skip to content

Commit

Permalink
Merge pull request #294 from colegleason/email-settings
Browse files Browse the repository at this point in the history
settings: use CITES SMTP settings
  • Loading branch information
colegleason committed Jan 31, 2015
2 parents 602d032 + 168a9ff commit a1a5ba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions liquid/settings.py
Expand Up @@ -234,6 +234,10 @@
CRON_IPS = ['172.22.32.110']
CRON_PASSWORD = ""

# CITES Express SMTP Settings
EMAIL_HOST='express-smtp.cites.uiuc.edu'
EMAIL_PORT=25

try:
from local_settings import *
except ImportError, exp:
Expand Down

0 comments on commit a1a5ba0

Please sign in to comment.