<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.4417.0">
<TITLE>Excel spreadsheet attachment in dtml-sendmail</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi again,<BR>
<BR>
Now on to my next problem.. I have tried the below code to send off a spreadsheet as an attachment and am getting a dat file and a 232B file that can&#8217;t be read.<BR>
<BR>
Here&#8217;s the code from zopelabs.com appropriated to my own info:<BR>
<BR>
&lt;dtml-sendmail mailhost=MailHost&gt;<BR>
To: chris@hssc.com<BR>
From: chris@hssc.com<BR>
Subject: some subject<BR>
&lt;dtml-mime type=application/msexcel encode=base64&gt;<BR>
Content-Disposition: inline; filename=&quot;ics.xls&quot;<BR>
&lt;dtml-boundary name=ics.xls type=application/msexcel<BR>
disposition=attachment encode=base64&gt;<BR>
&lt;/dtml-mime&gt;<BR>
<BR>
&lt;/dtml-sendmail&gt;<BR>
<BR>
I thought they type was supposed to be application/vend.msexcel<BR>
I've tried both ways tho but to no avail.<BR>
<BR>
Thanks in advance,<BR>
Chris Larsen<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>