Hmmm, that sorta makes sense.


So (I'll translate this to CF code later...)

1. Create a list named CCEmails with ";" delimiter
2. If "email2" exist, append it to the list
3. If "email3" exist, append it to the list
...and so on

then......in the <CFMAIL> tag

<CFMAIL......
to="[EMAIL PROTECTED]"
cc="#CCEmails#"

This correct?

Thanks for the help!  I just go brain dead sometimes!  You should have seen
the complicated <CFIF> structure I was setting up to try and do this!!!

Les Mizzell
***********
The main reason Santa is so jolly is
because he knows where all the bad girls live.

> -----Original Message-----
> From: pan [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 20, 2000 5:09 PM
> To: CF-Talk
> Subject: Re: <CFMAIL> Question
>
>
> From: "Les Mizzell" <[EMAIL PROTECTED]>
>
>
> > Not 100% sure how to handle this...looking for ideas
> >
> > I'm sending <CFMAIL> after a client fills out a form.
> >
> > There's up to 5 different email addresses that the mail might
> have to go to,
> > depending on form input.
> >
>
> Maybe building lists before the cfmail tag?
> Check your form.vars with appropriate IsDefined
> structures and ListAppend as appropriate using ";"
> as a delimiter - then use the lists as parameters for the
> tag.
>
> hope this is of some help
>
> pan
>
>
> ------------------------------------------------------------------
> ------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
> or send a message with 'unsubscribe' in the body to
> [EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to