Hi All,
I am trying to have an email sent automatically. If I
have the <cfmail> tag in between <cfoutput></cfoutput>
tags, then I get an error that says that I need the
group attribute.
If I have <cfoutput></cfoutput> in between <cfmail>
and </cfmail> tag, still I get the same error.
I don't have a query. I am just checking a variable.
The code is as:
<cfif SendEmail>
<cfmail>
<cfoutput>...</cfoutput>
</cfmail>
</cfif>
OR
<cfif SendEmail>
<cfoutput>
<cfmail>...</cfmail>
</cfoutput>
</cfif>
Please Advise.
Appreciate.
A.B.
__________________________________________________
Do You Yahoo!?
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.