In a multiple recipient scenario, Is the reportpoststatus template executed once for all the emails passed from the CFX_iMSMail tag or does it execute once for each individual email address?
 
I used your example and it created a comma delimited PermFailed list, but runs the reportpoststatus template 4 separate times, (I don't know why 4 since we're only giving 3 emails) as a result the list containing the data is overwritten with blank data. So how do you create a text file from the PermFailed variable if its being looped with each email recipient?
 
 
----- Original Message -----
Sent: Wednesday, May 16, 2001 11:25 AM
Subject: Re: [iMS] Reporting Faileds and PermFaileds

I just set this up on our mail server with a reportpoststatus template that simply logs the lists.  Here is the output:
 
As you can see, all three email addresses that failed are in the list.  This is the way it should be for you - unless you are using tokenization which creates separate control files.
 
Regards,
 
Howie
----- Original Message -----
Sent: Wednesday, May 16, 2001 10:43 AM
Subject: [iMS] Reporting Faileds and PermFaileds

Version: PostSE 2.0
Using with: CFX_iMSMail tag and ColdFusion
 
Setup: I've created a ReportPOSTStatus.cfm template that writes the status of a mailing from the CFX_iMSMail tag to a text file using the DeliveredList, TempFailedList, and PermFailedList variables .  All status types have been enabled from the configuration.
 
Problem: I'm trying to gernerate comma delimited lists of hard and soft bounces.  When I have multiple recipients (i.e. over 10 in the SMTPFrom variable) only one recipient is reported in the ReportPOSTStatus template.  Please explain in detail what needs to be done in to be able to report DeliveredList, TempFailedList, and PermFailedList in comma delimited variables on ALL recipients specified in the SMTPFrom variable?
 
 
Thank you very much!,
Lionel

Reply via email to