Hello,
Why does CF keep giving an "unable to attach...file does not exist" message 
when I run the script below. The file has been added to the dir where the ..cfm 
file was and the c:\ drive, but I still get the message.
Thanks
Robert
HWW

<CFQuery Name="getnames" Datasource="sendmail">
Select * FROM names
where 0=0
</cfquery>


<cfoutput query="getnames" group="names"><CFMAIL
TO="[EMAIL PROTECTED]" FROM="[EMAIL PROTECTED]" SUBJECT="test">
Dear
test
============================================
<cfmailparam file = "c:\bsw.txt">
</CFMAIL>
</cfoutput>
<HTML>
<HEAD>
<TITLE>EMail Sent</TITLE>
</HEAD>
<BODY>

<H2>EMail Sent.</H2>
</BODY>
</HTML>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247061
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to