Re: Django user registration email issues in dev enviroment

2010-11-17 Thread Johannes Nel
in case someone runs into this in the future, i had to set the default from email to get it to work. DEFAULT_FROM_EMAIL = 'sam...@domain.com' nicer error messages would have been, well nice. On Wed, Nov 17, 2010 at 9:52 AM, Johannes Nel wrote: > ok, I decided to switch to one of my SMTP server

Re: Django user registration email issues in dev enviroment

2010-11-17 Thread Johannes Nel
ok, I decided to switch to one of my SMTP servers I know works and which I send email from on my local machine via a java app I have. now I get a very non descriptive error Environment: Request Method: POST Request URL: http://localhost:8000/accounts/register/ Django Version: 1.2.3 Python Versio