how to build email message with attachment?

Tim Williams (gmail) tdwdotnet at gmail.com
Tue Jul 26 04:40:07 EDT 2005


On 7/26/05, praba kar <prabapython at yahoo.co.in> wrote:
> Dear All,
> 
>        Can any one let me know? How to build
> email in python? with some some examples.
> 
> regards
> Prabahar

The email module is what you need.
http://docs.python.org/lib/module-email.html

hth :)



More information about the Python-list mailing list