On 4/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> 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.
>

Hi, Leon.

Django has no EMAIL_TLS setting.  You would need to hack this into
django.core.mail or ask for it to be added.  I haven't checked to see
if there is a ticket already.  Seems common enough to have one though.

Cheers,
deryck

--~--~---------~--~----~------------~-------~--~----~
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