On Thursday 10 June 2010 09:58:52 Sudharshan wrote:
>          We have a server maintained by site5.com(have a cPanel
> interface) and that we have installed django ! I remember send_mail
> function working well last year and also the mail_admins() function
> were working properly, but right now we get this error...
> SMTPDataError: (550, 'Please use SMTP authentication or check your
> POP3 mail before attempting to\nsend mail.')
> 

very simple - you need to add your email username and pasword in settings.py - 
if this is done django will automatically do smtp authentication.
-- 
Regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS at AU-KBC

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to