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/[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.