Thanks Steve, that's exactly what I wanted to do, my email addresses are
stored in a table, and I was going to base the cfmail on the results of the
query.
Answers my question. Now I can start the holiday weekend early with a clear
conscience!
Katie
-----Original Message-----
From: Steve Martin [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 26, 2000 12:18 PM
To: [EMAIL PROTECTED]
Subject: RE: cfmail
I think there's a little confusion here. There may be some restriction to
the number of email addresses allowed in the to: field, but that's of no
consequence as you can use cfmail in conjunction with a query to iterate
over many email addresses and send one email, with one recipient in the to:
field to as many email addresses as you want.
e.g.
<cfquery name="GetAddresses" ...>
SELECT email
FROM sometable
</cfquery>
<cfmail QUERY="GetAddresses"
to="#GetAddresses.email#
from="...">
Body of email
</cfmail>
Steve
> -----Original Message-----
> From: Howell, Katie [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 26, 2000 17:03
> To: [EMAIL PROTECTED]
> Subject: cfmail
>
>
> Does CFMAIL still restrict you to 40 email address? If so,
> what's the work
> around.
>
> Thanks,
>
> Katie
> ------------------------------------------------------------------
> ------------
> 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.
------------------------------------------------------------------------------
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.