The only way to do that dynamically is something like: select email as something from sometable
Then, <cfx_imsmail token_var1="something" ...> Then, you can set the name of the column in your sql. As for the smtpto being required - this is documented in the cfx tag manual. Regards, Howie ----- Original Message ----- From: "Jose Gosende" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 4:54 PM Subject: RE: [iMS] Questions > If SMTPFROM is required, then the docs need to get > updated. But we all know that, i guess ;) > (from the InFusionEmail doc) > "SMTPFROM This is the address that the email is from in the SMTP protocol. > If you omit this parameter then an address of NULL is used automatically." > > Regarding my qtoken question, I was referring to > the fields themselves being dynamic, not the row values. > For instance, if I had a field name called "fname" > in my db, this would work: > qtoken_fname="fname" > However, my field names can change at any time. I was > wondering if it was possible to build them in the form of > qtoken_#whatever#="#whatever#" > > Thanks, > > Jose > > -----Original Message----- > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 01, 2002 1:10 PM > To: inFusion Support List > Subject: Re: [iMS] Questions > > > > ----- Original Message ----- > From: "Jose Gosende" <[EMAIL PROTECTED]> > To: "inFusion Support List" <[EMAIL PROTECTED]> > Sent: Tuesday, October 01, 2002 12:42 PM > Subject: [iMS] Questions > > > > What are the implications of not using an SMTPFROM > > attribute in the cfx tag? > > > > It's a required attribute. > > > Is there any way to build the qtokens dynamically? > > All of my fields are dynamic (ie: qtoken_#this#) > > and would like to know if this possible and if > > anyone has done it out there? > > > > QTokens are for dynamic mailings - the tokens are taken from a database. > > HTH, > > Howie > > > Thanks, > > > > Jose > > ==^======================================================= 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] ==^=======================================================
