[Zope] Multipart/alternative Emails
Thomas Adams
thomas.adams at onlinehome.de
Wed Apr 20 04:48:46 EDT 2005
Hello,
I'm trying to perform a multipart/alternative email message
with combination of sendmail-, mime- and boundary-tag.
Here is the code:
<dtml-sendmail mailhost="MailHost">
To: thomas.adams at info.de
From: kontakt at info.de
Subject: password
<dtml-mime type="multipart/alternative" encode="quoted-printable">
<dtml-boundary type="text/plain" encode="quoted-printable">
....plain text...
<dtml-boundary type="text/html" encode="quoted-printable">
<html>
...... here the HTML-Code ....
</html>
</dtml-mime>
</dtml-sendmail>
But the resulting email is still of type multipart/mixed, what is wrong
here?
(I'm using Zope 2.7.3 with Python 2.3.4 on Win XP SP2)
Thanks in advance
Regards Thomas
More information about the Zope
mailing list