Re: Django SMTP and SPA

2010-04-14 Thread Tom Evans
On Wed, Apr 14, 2010 at 1:42 PM, Massimiliano della Rovere wrote: > http://docs.python.org/library/smtplib.html > http://docs.python.org/library/email.html > > and probably something like (python 3 code): > # msg, sender and receiver are unicode objects! >        import smtplib >        from email

Re: Django SMTP and SPA

2010-04-14 Thread Massimiliano della Rovere
http://docs.python.org/library/smtplib.html http://docs.python.org/library/email.html and probably something like (python 3 code): # msg, sender and receiver are unicode objects! import smtplib from email.mime.text import MIMEText MIME = MIMEText(msg.encode(CODEC))

Re: Django SMTP and SPA

2010-04-14 Thread Alex
No. I've just googled a bit for SPA, SPA+python. But I did not find anything helpfull. On 13 апр, 18:44, Massimiliano della Rovere wrote: > i think the python modules > - smtplib > - email > will help. Have you already tried these ones? > > On Tue, Apr 13, 2010 at 14:58, Alex wrote: > > Hi. > >

Re: Django SMTP and SPA

2010-04-13 Thread Massimiliano della Rovere
i think the python modules - smtplib - email will help. Have you already tried these ones? On Tue, Apr 13, 2010 at 14:58, Alex wrote: > Hi. > Can anybody suggest an idea how to deal with SMTP server with Secure > Password Authentication in Django? > > -- > You received this message because you a