Re: Django 1.5 sendemail when doing password reset

2013-01-15 Thread Detectedstealth
Found the issue, there was no from_email but still have no idea why I got that error for there not being an email. PasswordResetForm save send_mail(subject, message, from_email, [to_email]) On Tuesday, January 15, 2013 7:28:03 PM UTC-8, Detectedstealth wrote: > > Hi, > > For some reas

Django 1.5 sendemail when doing password reset

2013-01-15 Thread Detectedstealth
Hi, For some reason when trying to use password reset I am getting the following message: SMTPDataError: (550, 'Administrative prohibition') However when I send emails from other areas in the application I don't have this issue. What can be causing this? -- Regards, Bruce -- You received th