[Zope] MIMETools question...
Curtis Maloney
curtis@umd.com.au
Wed, 15 Mar 2000 17:08:10 +1100
On Wed, 15 Mar 2000, Dmitry Ishutkin wrote:
> G'Day.
>
> I need sending mail with multiple file attachement...
> But really cool product MIMETools is not ready fully.
>
Perhaps not, but in my experience, Bete ZOPE products are much more stable than
most.
> Quotation from MIMETools Readme:
> "Currently, the MIMETools product's only function is to provide the
> <!--#mime--> DTML tag."
>
In the site I am currently developing I send of e-mails with attaches. From a
quick grep of the MIMETools files, you can see the boundary tag already exists.
Here is a quick example:
<dtml-sendmail smtphost="192.168.1.211" mailto="curtis@umd.com.au"
mailfrom="zope@umd.com.au" subject="Attach">
<dtml-mime type=text/plain encode=7bit>
Here is some text.
<dtml-boundary type=text/plain disposition=attachment encode=7bit
name="file.txt">
This is in the attached file.
</dtml-mime>
</dtml-sendmail>
> When expected implementing of <!--#boundary--> tag?
>
> Thanks,
> Dima.
>
--
Have a better one,
Curtis.
<dtml-var standard_work_disclaimer>