I just tried to send a attachment with a file that is already there with the
correct path. 
The document file, cfm files are in same folder.
But it gave the same error.

<cfmail from="[EMAIL PROTECTED]"
to="[EMAIL PROTECTED]" subject="Test"
mimeattach="D:\inetpub\WWWROOT\Chart\SridharPedamallu.doc">
test
</cfmail>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Friday, July 04, 2003 04:52
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] Problem with email attachments



sounds  like a problem with that file location.  does that file and
location exist, permissions all ok etc?


Duncan Cumming
IT Manager

http://www.alienationdesign.co.uk
mailto:[EMAIL PROTECTED]
Tel: 0141 575 9700
Fax: 0141 575 9600

Creative solutions in a technical world

----------------------------------------------------------------------
Get your domain names online from:
http://www.alienationdomains.co.uk
Reseller options available!
----------------------------------------------------------------------
----------------------------------------------------------------------


 

                    Sridhar Pedamallu

                    <[EMAIL PROTECTED]        To:
[EMAIL PROTECTED]                                       
                    group.com>                              cc:

                                                            Subject:     [
cf-dev ] Problem with email attachments                    
                    04/07/2003 16:45

                    Please respond to dev

 

 




Hi

           I am sending emails with attachment using CFMAIL. That page is
working fine from a long time. But today i start getting errors as below

           Error Message:           Unable to write mail message to disk.
           Error Details:           An unexpected error occurred while
attempting to
save the mail message.
                               <p>The error occurred while processing an
element
with a general identifier of (CFMAIL),
                               occupying document position (21:1) to
(21:109) in
the template file D:\INETPUB\WWWROOT\CHART\SENDEMAIL.CFM.</p>

           The original code is

           <cfmail to="#admin#" from="#form.email#" subject="Online Form"
mimeattach="#CurrentPath#\#file.ServerFile#">
                     realname : #form.realname#
                     email : #form.email#
                     telephone : #form.telephone#
           </cfmail>


           I changed it to see whether it cure the problem. But no luck.

           <cfmail to="#admin#" from="#form.email#" subject="Online Form">
           <cfmailparam file="#CurrentPath#\#file.ServerFile#">
                     realname : #form.realname#
                     email : #form.email#
                     telephone : #form.telephone#
           </cfmail>


           Can any body help me to rectify the problem.

thanks

Sridhar




--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]






-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to