Hi, Has anyone successfully used gmail's smtp to send mail? I've been trying, but so far no luck. I've added this to my settings.py:
EMAIL_TLS = True EMAIL_HOST = smtp.gmail.com EMAIL_HOST_PASSWORD = mypassword EMAIL_HOST_USER = myusername EMAIL_PORT = 465 Is something incorrect/missing, or is this just not possible? Any response would be greatly appreciated. Thanks! Leon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

