Re: Sending e-mail

2008-08-29 Thread peter . jones . rpi
On Aug 28, 3:23 pm, gordyt <[EMAIL PROTECTED]> wrote: > Peter here is an example. I just tried it and it works fine. > > from smtplib import SMTP > HOST = "smtp.gmail.com" > PORT = 587 > ACCOUNT = "" # put your gmail email account name here > PASSWORD = "" # put your gmail email account password

Sending e-mail

2008-08-28 Thread peter . jones . rpi
I work at a training center and I would like to use Python to generate a number of certificates and then e-mail them. The certificates are a problem for another day - right now I just want to figure out how to send an e-mail. I confess I don't know much about the protocol(s) for e-mail. In PHP usi