check the permissions the CF server is running on. make sure you can actually read and write to the path.,
-----Original Message----- From: Sridhar Pedamallu [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 17:25 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Problem with email attachments I tried using a hard coded path. But no luck. thanks Sridhar -----Original Message----- From: Paul Fennell [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 05:22 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Problem with email attachments Check your server and app logs for more info Its not unheard of for the Error message to be of topic Also output the #CurrentPath#\#file.ServerFile# and confirm its correct Also try cffile.ServerFile file.ServerFile is the old deprecated tag yes it still works but its worth a try -----Original Message----- From: Sridhar Pedamallu [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 16:57 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Problem with email attachments There is enough disk space 1.5 gb. And all other sites on the same server are able to send emails. And I tried to remove attachment then it is fine. The problem is only when it is with attachment. The path of the file exists and the file is being uploaded before the email sent. This process working fine for a long time. thanks Sridhar -----Original Message----- From: Kola Oyedeji [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2003 04:52 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Problem with email attachments Check hard disk space and maybe permissions? Looks like CF cant create the mail message in the spool folder HTH Kola >> -----Original Message----- >> From: Sridhar Pedamallu [mailto:[EMAIL PROTECTED] >> Sent: 04 July 2003 16:45 >> To: [EMAIL PROTECTED] >> Subject: [ cf-dev ] Problem with email attachments >> >> 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] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.495 / Virus Database: 294 - Release Date: 30/06/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.495 / Virus Database: 294 - Release Date: 30/06/2003 -- ** 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]
