Hi,
 
I'd like to hear from anybody that is successfully sending large amounts of mail.. 500,000+
 
We're currently testing IMS and so far not had much luck in moving large volumes. (Although we've only just started)
 
I have to say that tech support has been real helpful though and hopefully we'll get this running at full speed soon.
 
Mark
 
 
----- Original Message -----
Sent: Tuesday, October 10, 2000 9:37 AM
Subject: Re: [iMS] Newbie Question

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
 
----- Original Message -----
Sent: Monday, October 09, 2000 4:03 PM
Subject: [iMS] Newbie Question


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