Django SMTP and secure password authentication

Posted by Lehych on Stack Overflow See other posts from Stack Overflow or by Lehych
Published on 2010-04-13T13:28:17Z Indexed on 2010/04/13 13:33 UTC
Read the original article Hit count: 517

Filed under:
|
|
|

I have an SMTP server that e`uires secure password authentication (e.g. Outlook requires to check SPA). Is there a way to deal with it with Django SMTPConnection? Or maby any ideas about any python solution to deal SPA?

Honestly, I couldn't find enough about SPA, to understand what is it exactly: * en.wikipedia:Secure_Password_Authentication * http://www.kuro5hin.org/?op=displaystory;sid=2002/4/28/1436/66154

© Stack Overflow or respective owner

Related posts about django

Related posts about smtp