Thanks All for all the  help.
I still have another question. 

Can you have more than one email in the TO attribute
of <cfmail>. If so, how.


If I have a BCC, it is giving me an error as follows:
          

Just in time compilation error 
An unknown attribute 'bcc' has been encountered at
document position (14:6) to (14:8) 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

Can someone tell me what should I do or not do to
prevent this error.

And finally ( and I think I am testing your patience
), when do we use group attribute and how do we use
it?

Appreciate.
A.B.

--- Brad Pauly <[EMAIL PROTECTED]> wrote:
> 
> Try it without the cfoutput tags.
> 
> Brad
> 
> > -----Original Message-----
> > From: aslam bajaria
> [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 15, 2000 4:17 PM
> > To: [EMAIL PROTECTED]
> > Subject: <cfmail> group attribute question
> > 
> > 
> > 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!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.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.

Reply via email to