|
i have
this in data.cfm
<!--- Set up a directory and url for template processing. All
Processor POPs will store templates in this directory ---> <cfset
templatedir="d:\iMS\Domains\Templates\"> <cfset
templateurl="Templates/">
If you want to make sure your template is being
called then put a few "<inlog>" tags in the code for debugging
purposes. You can also set a line that says option=debug in your code to
see the output from the CF template.
In FusionMail the template will only be called if
the processor template folder is set up properly and the file exists.
The code for this is in DATA.CFM.
Regards,
Howie
----- Original Message -----
Sent: Monday, October 08, 2001 12:35
PM
Subject: RE: [iMS] log question
I
am sending mail to my processor account ...i have the template set to
listserv.cfm ...but i see nothing in the logs for the mail being received or
processed...
where would i check this.
|