Actually, Phil, the POST Server does use QTokens in headers. The one problem that I found in testing is that the cfx_imsmail tag does not work as advertised. The way it's supposed to work is:
QToken_tokenname="queryfield" So, the name of the token is being set to the query field. For example: QToken_FullName="name" This would mean that a token called FullName is created and the query column used is called Name. However, the cfx was doing this a little backwards. It was using the tokenname portion of the QToken parameter to look for the query field. So, in the above example, it would be looking for a query column called FullName instead of Name. This is fixed in cfx_imsmail version 2.9.1 which I'll announce shortly. The only thing that is still a limitation is that you can't dynamically create smtpfrom tokens from a query (this is what you wanted, right?). Regards, Howie ----- Original Message ----- From: "Phillip Beazley" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Cc: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Thursday, December 06, 2001 12:19 PM Subject: Re: [iMS] Custom Email using Queries > Just another reminder, Howie, this is what I've been asking for since you > first intro'd QTokens... ;) > > At 11:59 AM 12/6/2001 -0500, Howie Hamlin wrote: > >That should work... > > > >I'll set up a test here and let you know... > > > >Regards, > > > >Howie > >>----- Original Message ----- > >>From: <mailto:[EMAIL PROTECTED]>David Brooks > >>To: <mailto:[EMAIL PROTECTED]>inFusion Support List > >>Sent: Thursday, December 06, 2001 10:31 AM > >>Subject: [iMS] Custom Email using Queries > >> > >>Heya all, > >> > >>Here is my situation, got a query and want to customize the headers, > >>and smtp info based up the results of the query. > >> > >>I know I can, and am doing this by looping over the cfx_imsmail (latest > >>version) > >>tag. I tried creating qtokens, and placing them within the > >>header_xxx, and smtpfrom parameters, but to no avail. > >> > >>Is there a way to do the above without looping over the cfx tag? > >> > >>Thanks for your help! > >> > >>David Brooks > >> > >>This list server is Powered by iMS > >>"The Swiss Army Knife of Mail Servers" > >> > >>---------- > >>To leave this list please complete the form at > >><http://www.coolfusion.com/iMSSupport.cfm>http://www.coolfusion.com/iMSSupport.cfm > >>Need an iMS Developer license? Sign up for a free license here: > >>><http://www.coolfusion.com/iMSDevelopers.cfm>http://www.coolfusion.com/iMSDevelopers.cfm > >>List archives: > >>><http://www.mail-archive.com/infusion-email%40eoscape.com/>http://www.mail-archive.com/infusion-email%40eoscape.com/ > >>Note: You are subscribed as [EMAIL PROTECTED] > > > >-- > >Phillip Beazley > >FutureSights -- Website Hosting, Development & E-commerce > >Visit http://www.futuresights.com/ or call 727-578-9600. > ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/iMSSupport.cfm Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/iMSDevelopers.cfm List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [email protected] ==^=======================================================
