Andrey, Thank you for your reply. Your suggestion solved my problem along with correcting my mistake of not putting the to address in a list.
I don't know how I ever would have figured out that the EMAIL_HOST_USER and EMAIL_HOST_PASSWORD were not for sending and needed to be commented out. Everything is working great at this time. Thanks again for your help, kidormb On Oct 2, 4:38 pm, Andrey Khavryuchenko <[EMAIL PROTECTED]> wrote: > k> I am trying to use the send_email facility from django.core.mail with > k> the following > k> in my settings.py > > k> EMAIL_HOST = 'smtp-server.cfl.rr.com' > k> EMAIL_PORT = '25' > k> EMAIL_HOST_USER = 'username' > k> EMAIL_HOST_PASSWORD = 'password' > > k> I get the error message: > > k> SMTP AUTH extension not supported by server. > > k> I am sure the username and password are correct and am using > k> RoadRunner in the central Florida area: > > Are you sure that this login/password are for *sending*? Try commenting > out EMAIL_HOST_USER and EMAIL_HOST_PASSWORD. > > -- > Andrey V Khavryuchenko > Django NewGate - http://www.kds.com.ua/djiggit/ > Chytach -http://www.chytach.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---