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: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
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



_______________________________________________
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to