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]

Reply via email to