THANK YOU VERY MUCH :)) Yet to be tested, but this is great news!
-----Original Message----- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 2:16 PM To: inFusion Support List Subject: [iMS] How's this for simple? We are releasing a new version of CFX_iMSMail later on today. This version adds an asked-for feature that makes using the tag much simpler than older versions. The tag will add QTokens automatically without specifying them (the tokens would have the same name as the query column). Here's an example of code using the older tag: <cfx_imsmail query="myquery" queryfield="email" qtoken_name="name" qtoken_addr1="addr1" qtoken_addr2="addr2" qtoken_city="city" qtoken_zip="zip" body="Dear <:name:> ..."> Here's the code using the new CFX tag: <cfx_imsmail query="myquery" body="Dear <:name:> ..."> As long as your query column that contains the email address is called "email" then you don't even have to specify that any more (although you can still use the QueryField parameter of the column is called something else). This version also creates upper-case file names in order to be compatible with older iMS versions which require upper-case file names. I'll announce the availability later on today. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server ((())) PrismAV is Coming ((())) >>> Please vote for iMS here: http://www.sys-con.com/coldfusion/readerschoice2003/index.cfm <<<< >>> Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm ==^======================================================= 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/Support/ Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/Developers/ List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [EMAIL PROTECTED] ==^=======================================================
