Temp Failure and Perm Failures are checked... still nothing. I have placed errors in the CF code for testing yet see no report in the CF logs. Its as if the template is not running.
So, is the template to go in the domains folder or with the rest of the iMS templates in the root dir?
Also, is the below code incorrect?
_________________________________________
You have to make sure that you have the status type enabled in the POST Server setup. Open the configuration GUI and click on the POST tab. Then, in the Result Notifications box, check off the temporary and permanenet failures. Then, save your settings and restart the POST Server.
Regards,
Howie
__________________________________________
Greetings!
I've been trying to simplify the process of removing bad addresses from our mailing list. I think iMS's POST Delivery Status is just the thing, but having no luck using it. I've created a template called ReportPostStatus.cfm with the following code:
<cfquery datasource="#application.DSN#" dbtype="#application.DBType#">
INSERT INTO tbl_Failures
(TempFailedList, PermFailedList, Date_Time)
VALUES
('#form.TempFailedList#', '#form.PermFailedList#', #CreateODBCDateTime(now())#)
</cfquery>
But, I'm getting nothing in the DB after sending to a false address. I've tried placing the reportpoststatus template in both the domains folder and the root where all other iMS templates are. Any idea where I'm going wrong?
Thanks!
- Re: [iMS] Newbie Question JBailey
- Re: [iMS] Newbie Question Howie Hamlin
- Re: [iMS] Newbie Question JBailey
