Django 1.5 sendemail when doing password reset

81 views
Skip to first unread message

Detectedstealth

unread,
Jan 15, 2013, 10:28:03 PM1/15/13
to django...@googlegroups.com
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

Detectedstealth

unread,
Jan 16, 2013, 12:28:48 AM1/16/13
to django...@googlegroups.com
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])

Reply all
Reply to author
Forward
0 new messages