Make sure the FORM.EMAILDOC is a complete path and file. I used this example and worked:
<CFMAIL TO="[EMAIL PROTECTED]" FROM="[EMAIL PROTECTED]" SUBJECT="test" SERVER="mymailhost.com" mimeattach="D:\Inetpub\wwwroot\docs\testfile.zip"> THIS IS A TEST MESSAGE TESTING </cfmail> >>> [EMAIL PROTECTED] 11/05/02 09:14AM >>> I just tested it again and it fails no matter where I get the file. Also I am trying to use both MIMEattach and cfmailparm but not together. <CFMAIL TO="#form.emailto#" FROM="#GetSenderEmail.sender#" SUBJECT="#form.emailsubject#" SERVER="mymailhost.com" <!---mimeattach="#form.emaildoc#" ---> > #form.emailmsg# <cfmailparam file="#form.emaildoc#"> </cfmail> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

