> Or you could your CFLOOP around the outside of your CFMAIL and loop through
> your array of addresses that way.

Stephen,
        That's what I was attempting to do but CF complains about it like
below.  I'll look for the tag thanks for the help.

-Jeff

Stephen Moretti wrote:
> 
> >
> >
> > I'm working on something that will upload a text file and then parse
> > info and send out mail to the addresses that are loaded into an array,
> > but CFMAIL tells me that you can't use a CFOUTPUT tag in a CFMAIL tag
> > unless you have the QUERY attribute.
> >
> > Is there a way to do this or am I going to have the load this data into
> > the database?  After the mail is sent the information is not needed so
> > it's kinda silly to load it into the database.
> >
> 
> Jeff,
> 
> There is a query that will convert your array to a query in the tag gallery
> called ArrayToQuery.  (If you can't find it, email me direct and I'll send
> it to you)
> 
> Or you could your CFLOOP around the outside of your CFMAIL and loop through
> your array of addresses that way.
> 
> Regards
> 
> Stephen
> 
> ------------------------------------------------------------------------------
> Archives: http://www.eGroups.com/list/cf-talk
> 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.eGroups.com/list/cf-talk
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