[Zope] Sending e-mail attachments through a python script
Maik Jablonski
maik.jablonski@uni-bielefeld.de
Tue, 16 Apr 2002 22:15:25 +0200
On Tue, 16 Apr 2002 18:21:39 +0000 (GMT) complaw@hal-pc.org wrote:
> As far as I can tell, the mailhost.send call doesn't accept
> e-mail attachments. However, the DTML sendmail does accept attachments.
>
> The code that I currently use does not use DTML (it uses a python script).
> Must I use DTML if I want to send e-mail attachments?
If you use the MIMETools-<dtml-sendmail>-tag, you can't attach several
attachments to one mail. maybe you should have a look at the NMIMETools at
http://www.zope.org/Members/mjablonski/
greetings, maik.