The three available lists are being used in the template.  Instead of logging them, 
you can use them as a list in
ColdFusion.  You can see from the example code that there are three lists of addresses 
- one each for successful
deliveries, temporary failures and permanent failures.

Regards,

Howie

----- Original Message -----
From: "Larry Juncker" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Friday, February 14, 2003 12:29 PM
Subject: [iMS] ReportPostStatus


> Can anyone tell me how to implement the ReportPostStatus.cfm page so that I
> get the comma delimited lists of
> email addresses.
>
> The version I have says:
> This template is an example and simply logs the three delivery lists.
>
> --->
>
> <cfoutput>
> <cfif Len(form.deliveredList)>
> <inlog text="POSTSTATUS: DeliveredList=#form.deliveredlist#">
> </cfif>
>
> <cfif Len(form.tempFailedList)>
> <inlog text="POSTSTATUS: TempFailedList=#form.tempfailedlist#">
> </cfif>
>
> <cfif Len(form.PermFailedList)>
> <inlog text="POSTSTATUS: PermFailedList=#form.permfailedlist#">
> </cfif>
>
> <inlog text="POSTSTATUS: SMTPFROM=#form.smtpfrom#">
> </cfoutput>
>
> result=accept
>
> I do find where it is doing a ny logging even.
>
> Any help on this would be greatly appreciated.  I am looking at the docs and
> they are about as clear as this template.
>
> Thanks
>
> Larry Juncker
> Senior Cold fusion Developer
> Heartland Communications Group, Inc.
> [EMAIL PROTECTED]
> (515) 574-2122
>
> CONFIDENTIALITY NOTICE
> The information contained in this e-mail is intended only for the use of the
> individual or entity to which it is addressed.  This e-mail may contain
> information that is privileged, confidential and/or personal.  If the reader
> of this message is not the intended recipient (or the employee or agent
> responsible to deliver it to the intended recipient), you are hereby
> notified that any dissemination, distribution, or copying of this
> communication is prohibited.
>
> If you have received this communication in error, please notify us at the
> e-mail listed above.
>
==^=======================================================
     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]
==^=======================================================


Reply via email to