<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a folder with several text files in and I am 
trying to loop through them and attach them all to one email and send it 
off.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have the DTML to loop...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;dtml-in 
expr="objectValues()"&gt;<BR><BR>&lt;/dtml-in&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>...and to send an email with 
attachment...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;dtml-sendmail mailhost="MailHost"&gt;<BR>To: <A 
href="mailto:bar@foo.com">bar@foo.com</A></FONT></DIV>
<DIV><FONT face=Arial size=2>From: <A 
href="mailto:foo@bar.com">foo@bar.com</A></FONT></DIV>
<DIV><FONT face=Arial size=2>Subject: test</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;dtml-mime type=text/plain 
encode=7bit&gt;<BR>&lt;dtml-boundary filename_expr= 
type=application/octet-stream disposition=attachment 
encode=base64&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;dtml-var 
&gt;<BR>&lt;/dtml-mime&gt;<BR>&lt;/dtml-sendmail&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>...I just can't seem to join the two together to 
get 'filename_expr' and '&lt;dtml-var &gt;'</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can anyone help?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Many thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Antony</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>