Re: attaching an excel file using MIME in smtp

2006-04-17 Thread Serge Orlov
Kun wrote: > does anyone know how to attach an excel file to send out using smtplib > and MIME? There is an example in the python documentation how to send entire content of a directory: http://docs.python.org/lib/node597.html -- http://mail.python.org/mailman/listinfo/python-list

attaching an excel file using MIME in smtp

2006-04-16 Thread Kun
does anyone know how to attach an excel file to send out using smtplib and MIME? -- http://mail.python.org/mailman/listinfo/python-list