I've changed the template directory in iMS to C:\inetpub\wwwroot\IMS\ which where my file (ReportPOSTStatus.cfm) is, but I still get an error resolving FORM.DELIVEREDLIST
Thanks, Jose -----Original Message----- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 10:10 AM To: inFusion Support List Subject: Re: [iMS] Getting bad emails It needs to be in the directory specified in the iMS setting under the common tab (Template Directory). HTH, Howie ----- Original Message ----- From: "Jose Gosende" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 10:04 AM Subject: RE: [iMS] Getting bad emails > Hmm, OK. So I guess the question is, does this file need to be in a specific > directory in order to get these form values from iMS? > > Thanks, Jose > > -----Original Message----- > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 11, 2002 6:58 PM > To: inFusion Support List > Subject: Re: [iMS] Getting bad emails > > > When the template is run by ColdFusion iMS supplies several variables. The > ReportPostStatus template is provided with lists of > email addresses pertaining to the delivered, temp failed and perm failed > recipients. This is all done automatically so all you need > to do is use the lists in your code. > > HTH, > > Howie > > ----- Original Message ----- > From: "Jose Gosende" <[EMAIL PROTECTED]> > To: "inFusion Support List" <[EMAIL PROTECTED]> > Sent: Thursday, April 11, 2002 6:51 PM > Subject: RE: [iMS] Getting bad emails > > > > I saw that, but where does form.tempfailedlist come from? > > Keep in mind that I downloaded iMS a few days ago and I'm still > > trying to figure out how this thing works. > > > > Thanks again, Jose > > > > -----Original Message----- > > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, April 11, 2002 6:44 PM > > To: inFusion Support List > > Subject: Re: [iMS] Getting bad emails > > > > > > Your ReportPostStatus template is provided with a comma-delimited list of > > temp failed emails. The var is called > > "form.tempfailedlist" > > > > HTH, > > > > Howie > > > > ----- Original Message ----- > > From: "Jose Gosende" <[EMAIL PROTECTED]> > > To: "inFusion Support List" <[EMAIL PROTECTED]> > > Sent: Thursday, April 11, 2002 5:39 PM > > Subject: RE: [iMS] Getting bad emails > > > > > > > Is there a way to capture the Temp Failed (deferred) deliveries? > > > > > > Thanks, Jose > > > > > > -----Original Message----- > > > From: Howie Hamlin [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, April 11, 2002 5:32 PM > > > To: inFusion Support List > > > Subject: Re: [iMS] Getting bad emails > > > > > > > > > The template gets called, if needed, after a delivery attempt. Each > > > delivery attempt is mail being sent from one control file and a > > > control file can contain one or more recipients. When the delivery > > attempt > > > is complete there will be three lists of recipients: > > > > > > Successful deliveries > > > Temp Failed (deferred) deliveries > > > Permanent Failed > > > > > > Note that if a recipient is marked as a permanent failure then that > > delivery > > > will not be attempted again for that particular > > > recipient. If there are temp failed reipients then the delivery will be > > > attempted again only for those reipients. > > > > > > When a delivery attempt is completed the server will call the > > > ReportPostStatus template only if there are recipients in a list and > > > that type of notification is enabled. For example, you specify > Permanent > > > Failure notification. At the end of a mail delivery > > > attempt there lists look like: > > > > > > Successful deliveries = [EMAIL PROTECTED] > > > Temp Failed (deferred) deliveries = [EMAIL PROTECTED],[EMAIL PROTECTED] > > > Permanent Failed = (none) > > > > > > The ReportPostStatus template will not be called because there are no > > > permanent failures. > > > > > > HTH, > > > > > > Howie > > > > > > > > > ----- Original Message ----- > > > From: "Brook Davies" <[EMAIL PROTECTED]> > > > To: "inFusion Support List" <[EMAIL PROTECTED]> > > > Sent: Thursday, April 11, 2002 5:37 PM > > > Subject: Re: [iMS] Getting bad emails > > > > > > > > > > Howie, > > > > > > > > In this example, you use the list variables. Does this mean that the > > > > ReportPostStatus template only gets called after X number of failed > > > > deliveries, or X number of successful deliveries? Can this be set some > > > where. > > > > > > > > In the docs, I believe it also mentions individual variables that will > > > > exist when the ReportPostStatus template is called. > > > > > > > > I guess, what I am trying to determine is how and when is the > > > > ReportPostStatus template called. If I sent out 100 emails which > > > > encountered permanent delivery errors, would the ReportPostStatus > > template > > > > get called 100 times, or one with a list of 100 failed emails. > > > > > > > > Does the template get called the same for each of the trackable items > > > > (success,permanent fail, temp fail)? > > > > > > > > Thanks! > > > > > > > > Brook Davies > > > > > > > > > > > > > > > > > > > > At 05:09 PM 11/04/02 -0400, you wrote: > > > > >Do you mean the ReportPostStatus template? If so, you can get a > sample > > > here: > > > > > > > > > >ftp://ftp.coolfusion.com/pub/ods/ims/reportpoststatus.zip > > > > > > > > > >HTH, > > > > > > > > > >Howie > > > > > > > > > >----- Original Message ----- > > > > >From: "Jose Gosende" <[EMAIL PROTECTED]> > > > > >To: "inFusion Support List" <[EMAIL PROTECTED]> > > > > >Sent: Thursday, April 11, 2002 4:01 PM > > > > >Subject: [iMS] Getting bad emails > > > > > > > > > > > > > > > > I've read the PDF, but can't find anything on using the > > > > > > "bad emails" template. Can someone guide me in the right > > > > > > direction? > > > > > > > > > > > > Thanks, > > > > > > Jose ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/iMSSupport.cfm Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/iMSDevelopers.cfm List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [email protected] ==^=======================================================
