Make sure when you use the edit feature for the cfmail tag that you uncheck
the groupcasesensitivity box since you're not using a group option. It
automatically sets this to yes, but since there's no group to group on, it
causes your error.  I did this this morning to one of my files even though I
knew I had to take the groupcasesensitivity off.  

Bonnie


-----Original Message-----
From: jonathan hamner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 13, 2000 12:42 PM
To: [EMAIL PROTECTED]
Subject: groupcasesensitive attribute question


If I use the following code, I get an error. 

<cfmail to="[EMAIL PROTECTED]"
        from="[EMAIL PROTECTED]"
        subject="Test Submitted"
        groupcasesensitive="yes">

#message#

</cfmail>

But, if I remove groupcasesensitive="yes" , then I
don't get an error. So when I use the following code,
I don't get an error.

<cfmail to="[EMAIL PROTECTED]"
        from="[EMAIL PROTECTED]"
        subject="Test Submitted"
        >

#message#

</cfmail>


The error message is:
Just in time compilation error 
An unknown attribute 'groupcasesensitive' has been
encountered at document position (34:9) to (34:26)
while processing tag CFMAIL. This tag can only take
the following attributes: 
CC 
FROM 
GROUP 
MAILERID 
MAXROWS 
MIMEATTACH 
PORT 
QUERY 
SERVER 
STARTROW 
SUBJECT 
TIMEOUT 
TO 
TYPE
The last successfully parsed CFML construct was a
CFMAIL tag occupying document position (30:1) to
(30:7). 


Can someone give me a hint as to what am I doing
wrong?

Thanks!

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.

Reply via email to