I have same problem. Telnet works, if i turn off tls and set 25 as port and every thing works fine. But i want secure connection with tls... By the way i have same situation with other smtp server (yandex for example.)
Here is my settings: EMAIL_USE_TLS = True EMAIL_HOST = "smtp.googlemail.com" EMAIL_PORT = 465 EMAIL_HOST_USER = "infinit...@gmail.com" EMAIL_HOST_PASSWORD = "password" On Mar 6, 11:52 pm, CLIFFORD ILKAY <clifford_il...@dinamis.com> wrote: > On 03/06/2012 04:05 PM, Scott Macri wrote: > > > I can run thunderbird on the same machine and don't have any issues. > > No, I am not running tbird at the same time as the django app. Thus, > > I know it's not a port conflict. > > It wouldn't make any difference if you were running your Django app and > T'bird at the same time. The port that the Django dev server uses has > nothing to do with the port the Gmail SMTP server uses. Even if your > Django app were to send email at precisely the same time as T'bird, it > wouldn't make any difference. SMTP servers are designed to handle > multiple simultaneous connections. > -- > Regards, > > Clifford Ilkay > Dinamis > 1419-3266 Yonge St. > Toronto, ON > Canada M4N 3P6 > > <http://dinamis.com> > +1 416-410-3326 -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.