[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] [Pygame] Sending E-Mail Through Python



On Sun, 06 Feb 2005 23:57:41 -0500, Kris Schnee <kschnee@xxxxxxxxxx> wrote:
> I think the problem is with the server, which in the example code just gives "localhost."
> Changing that to "www.xepher.net," my domain name, just hangs the program.

You mean you are using smtplib.SMTP("www.xepher.net")? Are you running
an SMTP server on the www.xepher.net machine, or maybe you
misunderstood something? If you aren't running your own SMTP-server,
you can try putting smtp.<yourisp>.com as the SMTP host.

-- 
Sami Hangaslammi