I don't know if you are using a query result to get your email addresses and
messages form but you might try selecting the data from a query and
populating the cfmail tag like so.

<CFMAIL QUERY="queryResult"
        TO="#queryResult.email#"
        FROM="[EMAIL PROTECTED]"
        SUBJECT="#queryResult.subject#">
<!--- Message content -->
</CFMAIL>

----- Original Message -----
From: "Cox, Billy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 12, 2001 2:24 PM
Subject: [KCFusion] CFMAIL question


> Hi all,
>
> I'm pretty new to CF, so this is a simple question (I hope).
>
> I have an application in which I am trying to use CFMAIL to send one
> message, and then another CFMAIL to send a different message to someone
> else.
>
> The first CFMAIL works, but the second one does not. I don't get any error
> messages, just the second message doesn't go anywhere. I checked the
> 'undeliverable' folder on the server, and did not find anything that
looked
> like my second message.
>
> Any thoughts of what I might be doing wrong? Anything I need to do
> differently to make this work?
>
> Thanks in advance.
>
> Billy Cox
> Intranet/Extranet Development
> Sprint PCS
> (816) 559-5672 (voice)
> (816) 559-5603 (fax)
>
>
>
> ______________________________________________________________________
> The KCFusion.org list and website is hosted by Humankind Systems, Inc.
> List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
> Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
> To Subscribe.................... mailto:[EMAIL PROTECTED]
> To Unsubscribe................ mailto:[EMAIL PROTECTED]
>
>

 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to