30 Oct
2000
30 Oct
'00
6:55 p.m.
Matt writes:
<dtml-sendmail mailhost="MailHost"> To: Feedback Recipient <matt.bion@eudoramail.com> From: Zope Feedback Form <matt.bion@eudoramail.com> Subject: Feedback from the web
Feedback from : Matt Comments: <dtml-var some_text>
<dtml-mime type=image/jpeg encode=base64 name=paris.jpg><dtml-var "paris.data"> </dtml-mime>
</dtml-sendmail> You are aware, that the generated message is not MIME conformant?
You should use <dtml-mime> immediately in the message header and use <dtml-boundary> to generated the various message parts. Dieter