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!

Jason Bailey
Senior Client / Server Developer
Alcott + Routon
615.346.5236

Reply via email to