Skip to content

Commit

Permalink
updating dummy email
Browse files Browse the repository at this point in the history
  • Loading branch information
sherzberg committed Aug 6, 2011
1 parent 2a8c74e commit cecdb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsite/settings.py
Expand Up @@ -24,7 +24,7 @@
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.

if DEBUG:
EMAIL_HOST_USER = 'heirloomproductionsonline@gmail.com'
EMAIL_HOST_USER = 'test@gmail.com'
EMAIL_HOST = '127.0.0.1'
EMAIL_PORT = 1025
EMAIL_USE_TLS = False
Expand Down

0 comments on commit cecdb19

Please sign in to comment.