<!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