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]