On Mon, Mar 23, 2009 at 6:28 PM, neri...@gmail.com <neri...@gmail.com>wrote:

>
> Hey,
>
> does anyone know why I'm getting a "Exception Type:
> SMTPRecipientsRefused" error using django-registration?
>
> Exception Type:         SMTPRecipientsRefused
> Exception Value:
>
> {u'neri...@gmail.com <u%27neri...@gmail.com>': (504, '<webmas...@localhost>:
> Sender address
> rejected: need fully-qualified address')}
>
> Exception Location:     /home/USER/projects/django/trunk/django/core/
> mail.py in _send, line 186
>

webmas...@localhost is not a fully-qualified address and your mail server is
refusing to send mail claiming to be from that address.  I'd guess you need
to set DEFAULT_FROM_EMAIL (
http://docs.djangoproject.com/en/dev/ref/settings/#default-from-email) to a
valid fully-qualified email address, unless there is another
django-registration-specific setting that is controlling the sender address
on the mail involved here.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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