Re: [Zope] Multipart/alternative Emails

2005-04-20 Thread Chris Withers
Thomas Adams wrote:
But the resulting email is still of type multipart/mixed, what is wrong 
here?
You're using DTML ;-)
(I'm using Zope 2.7.3 with Python 2.3.4 on Win XP SP2)
Seriously though, use Python's shiny new email package from an external 
method, it's much better at all this kind of stuff.

cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
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 )


[Zope] Multipart/alternative Emails

2005-04-20 Thread Thomas Adams
Hello,
I'm trying to perform a multipart/alternative email message
with combination of sendmail-, mime- and boundary-tag.
Here is the code:

To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: password


plain text...


.. here the HTML-Code 



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 )