django-registration uses the standard settings for sending emails. You
need to use the following settings:

EMAIL_USE_TLS   (Set to True if using Gmail)
EMAIL_HOST
EMAIL_HOST_USER
EMAIL_HOST_PASSWORD
EMAIL_PORT

More info is available here: 
http://www.djangoproject.com/documentation/settings/

On Jul 11, 8:16 pm, thomas schreiber <[EMAIL PROTECTED]> wrote:
> Is there a reason emails aren't being sent when running this app on
> localhost? Is there more that needs to be done to get the email
> sending part working other then what is included with django-
> registration? I'll come back to it later today.
>
> Thanks,
> Tom
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to