On Feb 21, 2009, at 12:03 AM, Karen Tracey wrote: > ... > And you don't specify anything like secure sockets or STARTTLS > required for the mail client? > > Lacking source to the mail client (which I'm assuming you don't > have?) to compare what it does with what Django does, I'd > probably take a network trace of the two cases and compare where > they differ. > > Karen >
Hm, actually I just checked that I could login with or without TLS on my SMTP server (although TLS communication runs on port 25), and I could login without problem from my Mail client. It only can't connect from Django.. I also looked at tcpdump, and they're very similar, and the fact that the SMTP server received a connection from Django (but it says I have the wrong password), then I don't think there shouldn't be anything different.. I'm now running out of clue, and it's bugging me that only this SMTP server (running Qmail) that wouldn't accept the password from Django's settings. If I use another SMTP server, there wouldn't be any problem.. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

