[Zope] attaching images and wav file to email
Dieter Maurer
dieter@handshake.de
Thu, 16 Jan 2003 19:08:00 +0100
Mark Hendricks wrote at 2003-1-15 12:03 -0600:
> I am trying to attach images and other binary data to an email. The
> text attachment works fine.
>
> (I would like to hide the following label(s) if possible...
> Mime-Version: 1.0
> Content-Type: multipart/mixed;
> boundary="my.ip.501.473.1042563430.436.4336")
You can't.
They are mandatory for MIME messages (without them, some
mail raiders do not recognize the message type).
Dieter