23 Jan
2001
23 Jan
'01
11:41 p.m.
Klaus Herrmann writes:
... Email with file attachment ... <dtml-sendmail mailhost=fox> To: ... From: ... Subject: ... <dtml-mime type=text/plain encode=7bit>
plain text....
<dtml-boundary type=application/octet-stream disposition=attachment encode=base64> <dtml-var attached_file></dtml-mime>
</dtml-sendmail> Almost perfect.
Use <dtml-var "attached_file.read()"></dtml-mime> instead. Dieter