I am trying to use the send_email facility from django.core.mail with the following in my settings.py
EMAIL_HOST = 'smtp-server.cfl.rr.com' EMAIL_PORT = '25' EMAIL_HOST_USER = 'username' EMAIL_HOST_PASSWORD = 'password' I get the error message: SMTP AUTH extension not supported by server. I am sure the username and password are correct and am using RoadRunner in the central Florida area: Any ideas as to what I am doing wrong? Thanks for any help --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---