Hi Howie,

I am trying out the scheduler and I am having problems. I run the code
below, which seems to run fine, but when it calls a template it is not
passing and url parameters. What am I doing wrong?

Marc

<CFSetting EnableCFOutputOnly="YES">
<CFQUERY DATASOURCE="infusionmail" name="qryGetEmail">
        EXEC spmailGetScheduledEmails
</CFQUERY>

<CFOUTPUT QUERY="qryGetEmail">
ID=#emailid#
Template="c:\iMS\\templates\SendEmail.cfm"
URLString="emailid=#emailid#"
Param="result"
Value="ok"

</CFOUTPUT>
<CFSetting EnableCFOutputOnly="NO">


result=OK

========================================================================
     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/
========================================================================

Reply via email to