Python for email?

Brett Kelly inkedmn at inkedmn.com
Sat Mar 27 00:22:56 EST 2004


On Fri, 26 Mar 2004 17:16:29 -0800, sean wrote:

> Is there a good module for sending out email?
> 
> For a website that I am working on, I am writing a program that finds out
> which presenters have not yet confirmed their scheduled date and sends them
> an email to confirm.
> 
> Does python have any modules for use with mail programs like sendmail, or
> should I just run everything with os.system and os.popen?
> 
> Thanks for any help.

Check out smtplib, it should do what you want

Good Luck,
Brett




More information about the Python-list mailing list