Anyone have any ideas what this CFMAIL error is about?
Error Diagnostic Information
Unable to write mail message to disk.
An unexpected error occurred while attempting to save the mail message.
I've never seen it until recently. My harddrives have plenty of space. I
am using CF 4.51/IIS 4.0/NT 4.0 SP 6a.
Here's my code:
<CFMAIL to="#this_line#" from="#form.mail_from#"
subject="#form.mail_subject# (Invoice: #inovoice_number#)" type="HTML">
<CFMAILPARAM
FILE="d:\online-documents\readme_files\SoftwareLicenseAgreement.rtf" >
<CFMAILPARAM FILE="d:\online-documents\readme_files\readme.wri" >
#Mail_message#
<br>
Authorization <cfif #form.number_of_codes# is "1">Code<cfelse>Codes</cfif>:
#temp_codes#<br>
</cfmail>
Thanks in advance,
Eron
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.