The problem is that my email_id doesn't come from the same query as my main query for CFX_iMSMail. I'm passing last_email_id as a variable (from the emails query). Do I also attach a variable in the form of qtoken_xxx?
thanks, Jose -----Original Message----- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 4:02 PM To: inFusion Support List Subject: Re: [iMS] CFX_iMSMail Question You would put a token in your content like: --------------------------------------------------------------- Here's a link to our site: pr_e.cfm?contact_id=<:cid:>&email_id=<:email_id:> --------------------------------------------------------------- Now, once you have tokens in the content you can have iMS replace them on the fly from the query like: <cfx_imsmail query="somequery" queryfield="email column" QToken_CID="CID" QToken_email_id="emailid" parsetokens="yes" body="#content#"> HTH, Howie ----- Original Message ----- From: "Jose Gosende" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 2:28 PM Subject: RE: [iMS] CFX_iMSMail Question > Howie, > > I understand that part, but my problem is that I'm passing the the > clickthrough > and open rate files in the form of pr_e.cfm where I then do a replace on > this > and attach each contact's id to the end of it, same for open_rate.cfm > ie: <cfset content=ReplaceNoCase(content, "pr_e.cfm", > "pr_e.cfm?contact_id=#cid#&email_id=#variables.email_id#", "ALL")> > > I'm wondering how to replicate this functionality with the CFX tag. > > Thanks again, 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] ==^=======================================================
