There is a fix for this on allaire that you can download - just search for
TagCFMail::sendMessage


Jason E Miller
Computer Consultants Unlimited
http://www.computercu.com
Brainbench Certified Cold Fusion Developer 4.5
Transcript Link:
http://www.brainbench.com/transcript.jsp?pid=477741


-----Original Message-----
From: Chris Bellacose [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 6:40 AM
To: CF-Talk
Subject: CFMAIL Problem

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Hello All:

I get the following error when  I try to use CFMAIL:
----------------------------------------------------------------------------
----



Error Occurred While Processing Request
      Error Diagnostic Information
      unknown exception condition

      TagCFMail::sendMessage

      The error occurred while processing an element with a general
identifier of (CFMAIL), occupying document position (9:1) to (14:12) in the
template file C:\Inetpub\wwwroot\iis\chris\cabmailtest.cfm.


      Date/Time: 03/21/01 09:48:50
      Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)
      Remote Address: 64.8.21.70






Heres the code:


<html>
<head>
 <title>Mail Test</title>
</head>

<body>
<cfmail to="[EMAIL PROTECTED]"
from="Chris Test"
subject="Test Email"
server="mail.interactiveinfo.com"
port=25
timeout=600>
This is a test.
</cfmail>

<CFOUTPUT>Done</cfoutput>
</body>
</html>

Thanks
Chris
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to