Zopesters, I've got several people who cannot read a mime attatchemtn sent (a variety of ways) out of Zope. And some of the reasons given were. 1. No MIME-Version header. This is not a MIME message. (2. No space after ':' in headers is legal, but many MUA will break.) Is anyone else having a problem with this too? I am trying to send and html file as an attatchment and it comes out with all of the html code in plain text rather than attathcment. I use this code: <!--#sendmail smtphost="my.mail.com"--> From:<<!--#var email_from-->> Subject:<!--#var email_subject--> To:<<!--#var email_to-->> <!--#mime type=text/html disposition=attatchment encode=7bit--><!--#var email_body--> <!--#boundary type=text/html disposition=attatchment encode=7bit--><!--#var my_html--> <!--#/mime--> <!--#/sendmail--> All my best, -- Jason Spisak webmaster@hiretechs.com
participants (2)
-
Jason Spisak -
Juergen Specht