Python for email?

Skip Montanaro skip at pobox.com
Sat Mar 27 09:14:38 EST 2004


    sean> Is there a good module for sending out email?

Check out smtplib in the standard library:

    http://www.python.org/doc/current/lib/module-smtplib.html

Skip




More information about the Python-list mailing list