Closed rhodges closed 10 years ago
email host was either set to or defaulted to "localhost".
Set our mail server as well as other mail settings in the settings_local.py and everything works well: EMAIL_HOST = '' EMAIL_HOST_USER = 'user@email.com' DEFAULT_FROM_EMAIL = 'user@email.com' SERVER_EMAIL = 'user@email.com'
Django 500 error