thanks, it was a permissions problem.

http://www.allaire.com/Handlers/index.cfm?ID=15821&Method=Full


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 21, 2001 9:55 AM
Subject: RE: CFMAIL Problem


> You may find it's because you have a space in your 'from' field.
>
> -----Original Message-----
> From: Chris Bellacose [mailto:[EMAIL PROTECTED]]
> Sent: 21 March 2001 14:40
> 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