How to send Email using Python?

Alex Martelli aleax at aleax.it
Thu Sep 26 08:31:10 EDT 2002


Ken wrote:

> Hi all, I like to know how to send a HTML featured Email from Python? I
> know how to do a text based version using SMTPLib, but not sure how to do
> it with a HTML featured Email. Can someone help me? Can someone provide me
> with sample code?

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/67083

or, of course, the edited and enhanced version thereof we prepared for
O'Reilly's paper-edition of the Python Cookbook (I know you can download
all of the printed coobook's recipes' code from O'Reilly's site, but don't 
have the exact URL for that at hand).


Alex




More information about the Python-list mailing list