RE: CFMAIL and recordsets

2000-07-18 Thread Paul Ihrig
Do you have a: Hello cfoutput#username# /cfoutput Hope that helps. -paul -Original Message- From: Matt Taylor [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 18, 2000 7:34 AM To: ColdFusion Discussion List Subject:CFMAIL and

Re: CFMAIL and recordsets

2000-07-18 Thread Matt Taylor
the other way wasn't working. - Original Message - From: Paul Ihrig [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 18, 2000 9:50 AM Subject: RE: CFMAIL and recordsets Do you have a: Hello cfoutput#username# /cfoutput Hope that helps. -paul -Original Message-

Re: CFMAIL and recordsets

2000-07-18 Thread Deanna L. Schneider
Did you reference a query in the cfmail tag? Try adding that if you didn't have it before. i.e.: cfmail to="someaddress" from="someaddress" query="getuserquery" your content, including #username# /cfmail Deanna Schneider Interactive

Re: CFMAIL and recordsets

2000-07-18 Thread Matt Taylor
--- Original Message - From: Deanna L. Schneider [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 18, 2000 11:14 AM Subject: Re: CFMAIL and recordsets Did you reference a query in the cfmail tag? Try adding that if you didn't have it before. i.e.: cfmail to="someaddress&

Re: CFMAIL and recordsets

2000-07-18 Thread Deanna L. Schneider
Wait, the body has variables that are coming from a form - not a query? There's your problem. You can't reference both a query and a form in the cfmail tag. I've done workarounds where you create local variables instead. Maybe someone else knows of a better way to handle this, though. -d

Re: CFMAIL and recordsets

2000-07-18 Thread Matt Taylor
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 18, 2000 12:03 PM Subject: Re: CFMAIL and recordsets Wait, the body has variables that are coming from a form - not a query? There's your problem. You can't reference both a query and a form in the cfmail tag. I've done workarounds

RE: CFMAIL and recordsets

2000-07-18 Thread Bill Killillay
Wait, the body has variables that are coming from a form - not a query? There's your problem. You can't reference both a query and a form in the cfmail tag. I've done workarounds where you create local variables instead. Sure you can if you fully qualify the scope of the variable. Example