|
I answered the mail that you sent to me
privately in this regard.
Basically, you need to make sure that that folder
exuists and you can use the code I sent to you off-list for
debugging.
Regards,
Howie
----- Original Message -----
Sent: Monday, October 08, 2001 1:41
PM
Subject: RE: [iMS] log question
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.
|