RE: Sending one CFMAIL

2001-07-15 Thread Cameron Childress
Um... You are writing grades, names and course info to the email, and you want them all to get the same message? Unless they all have the same name and grade, I'd keep it how you have it. -Cameron Cameron Childress elliptIQ Inc. p.770.460.7277.232 f.770.460.0963

RE: Sending one CFMAIL

2001-07-15 Thread Lee Fuller
You'll have to wrap the CFMAIL in a CFLOOP. Loop through the query, and do a CFMAIL for each matching criterion. -Original Message- From: Jim Watkins [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 10:27 AM To: CF-Talk Subject: Sending one CFMAIL How can I send email

RE: Sending one CFMAIL

2001-07-15 Thread Robert Segal
CFMAIL FROM=Eagle To=#facemail.email# Subject=Results TYPE=HTML CFLOOP QUERY=BADGRADE b#lname#, #fname#/b Course: #ssbsect_subj_code# #ssbsect_crse_numb# CRN: #sfrstcr_crn# Grade: #grades#brbr /CFLOOP /CFMAIL

RE: Sending one CFMAIL

2001-07-15 Thread Lee Fuller
Or the other way around ;) -Original Message- From: Robert Segal [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 10:58 AM To: CF-Talk Subject: RE: Sending one CFMAIL CFMAIL FROM=Eagle To=#facemail.email# Subject=Results TYPE=HTML CFLOOP QUERY=BADGRADE

RE: Sending one CFMAIL

2001-07-15 Thread Jeffry Houser
-Talk Subject: RE: Sending one CFMAIL CFMAIL FROM=Eagle To=#facemail.email# Subject=Results TYPE=HTML CFLOOP QUERY=BADGRADE b#lname#, #fname#/b Course: #ssbsect_subj_code# #ssbsect_crse_numb# CRN: #sfrstcr_crn# Grade

RE: Sending one CFMAIL

2001-07-15 Thread Lee Fuller
Right... That's why I corrected myself. Robert's solution was correct. Lee -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 2:03 PM To: CF-Talk Subject: RE: Sending one CFMAIL Wouldn't the other way around send 50

Works! was Re: Sending one CFMAIL

2001-07-15 Thread Jim Watkins
Thanks Robert, Worked great!! Jim - Original Message - From: Robert Segal [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, July 15, 2001 1:57 PM Subject: RE: Sending one CFMAIL CFMAIL FROM=Eagle To=#facemail.email# Subject=Results TYPE=HTML CFLOOP QUERY=BADGRADE b

RE: Sending one CFMAIL

2001-07-15 Thread Cameron Childress
PM To: CF-Talk Subject: RE: Sending one CFMAIL Um... You are writing grades, names and course info to the email, and you want them all to get the same message? Unless they all have the same name and grade, I'd keep it how you have it. -Cameron Cameron Childress