howto ... mail

Miki Tebeka tebeka at cs.bgu.ac.il
Wed Feb 26 09:33:31 EST 2003


Hello Enrique,

> I'm a newbie and i want to know how must i do and what i need to send mails
> with files attached with python.
> 
> The process must be automatic.
You can use the POP3 or IMAP library.
However I recommend using a command line email program like mail on Unix
or blat (http://www.interlog.com/~tcharron/blat.html) on Windows.
Then use can use the os.system command.

HTH.
Miki.




More information about the Python-list mailing list