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
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))
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.
> >
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
4 matches
Mail list logo