That means that iMS cannot load the DLL associated with .CFM files. What do you have in the inFusion Engine DLL Mappings setting for .CFM?
Howie ----- Original Message ----- From: "Chris Green" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 6:22 PM Subject: RE: [iMS] cfx_iMSMail question > (2nd Try) Ok, I tried it on our Production server and it worked fine. And > when I checked the log file on the development box I found this in the > Post.log file: > > <> 602 > 09/10/2002 05:11:07 PM [001] WARNING: inFusionEngine error: Cannot load DLL > 09/10/2002 05:11:07 PM [001] WARNING: inFusionEngine -> cannot load dll > (template=C:\iMS\Domains\REPORTPOSTSTATUS.cfm) > 09/10/2002 05:11:07 PM [001] Completed Processing > > Not sure exactly what this is. > Thanks for the help. > > -----Original Message----- > From: Jose Gosende [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 10, 2002 5:04 PM > To: inFusion Support List > Subject: RE: [iMS] cfx_iMSMail question > > > Chris, > > Have you looked in your CFX log files > to confirm the receivers are listed in there? > You may also want to look in your POST > log file to make sure there aren't any errors > in it. > > HTH, > > Jose > > -----Original Message----- > From: Chris Green [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 10, 2002 5:56 PM > To: inFusion Support List > Subject: [iMS] cfx_iMSMail question > > > > I am having trouble getting the qtokens to work from a query with the > cfx_iMSMail custom tag and I can't find a really good example to build off > of. Here is what my code currently looks like. The emails arrive to the > appropriate inbox but the "name" is not being replaced. > > <cfquery name="Recip" datasource="dsn"> > SELECT first_name, email > FROM tbl_Users > WHERE user_id = 29 or user_id = 176 > Order by email desc > </cfquery> > > <cfx_iMSMail priority="0" > query="Recip" > queryfield="email" > qtoken_name="first_name" > header_to="Friends" > header_subject="Testing IMS6" > header_from="[EMAIL PROTECTED]" > body="Hello <:name:> this is a test!" > html="<html><body bgcolor=blue><font face=arial color=red>Hello > <:name:> <br> this is a test!</font></body></html>"> > > Any input would be appreciated. Thanks! > > Christopher Green ==^======================================================= 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] ==^=======================================================
