[Zope] how to send email witch attachment in python

Michele Simionato michele.simionato at gmail.com
Mon Oct 11 03:28:03 EDT 2004


"Christian Otteneuer" <chotty at freenet.de> wrote in message news:<ck6lr2$10eo$1 at news.uni-koblenz.de>...
> Hello NG,
> 
> How can I send an email with an attachment from a python script?

If you want to send an email using Zope you are OT and you should ask
a Zope list; OTOH if you want to send an email from Python, just
use the email module and look at the documentation in the standard
library (especially the examples; they show how to do what you ask).

            Michele Simionato



More information about the Python-list mailing list