The way you have suggested to pass the mailingid, it seems it is common for
all recipients within that mailing job. Whereas what I want is to pass a
unique id for each recipient and get it back in the ReportPOSTStatus.cfm

Is this possible?

Thanks,
DK

-----Original Message-----
From: Howie Hamlin [mailto:[EMAIL PROTECTED]
Sent: Friday, May 21, 2004 4:27 PM
To: inFusion Support List
Subject: Re: [iMS] another ReportPOSTStatus.cfm question


Sorry for the delay...

What we usually do is embed a mailing ID header in the email that contains a
unique ID for the mailing.  For example:

<cfset mailingid="12345">

<cfx_imsmail header_mailid="#mailingid#" ...>

Then, this would appear as a var called header_mailid in the
reportpoststatus template.  With the mailing ID and the recipient address
you can do whatever processing you need to do.

HTH,

Howie

----- Original Message -----
From: "Dharmendar Kumar" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Friday, May 21, 2004 3:21 PM
Subject: [iMS] another ReportPOSTStatus.cfm question


> We are passing a query to the CFX_IMS tag and then use the POST server to
> send the emails. I understand that I can get a list of delivered/ failed
> emails in a variable on the template ReportPOSTStatus.cfm. I am trying to
> update my db tables using the status information. Now I have a situation
> where in one email job the same email id can appear more than once (with
> different personalized field values). Now lets say of the 2 instances of
an
> email, one fails and the other succeds.
>
> Now in the ReportPOSTStatus.cfm how do I recognize/ know which recipient
to
> update? Basically, I want to pass a unique identifier to the IMS Server
and
> then get it to return that unique value so I can update my db tables
> accordingly. Is this possible in IMS, if so how?
>
> Thanks for all your help....
>
> Thanks,
>
> D. Kumar (DK)
> Realmagnet - Email Made Easy
> [EMAIL PROTECTED]
> http://www.realmagnet.com
> 202-244-7845/ 202-244-2337
>
==^=======================================================
This list server is Powered by iMS  "The Swiss Army Knife of Mail Servers"
--------------------------------------------------------------------------------------
This list is provided as a free service.  Although we will try to address issues
in a timely manner, support via this list is not guaranteed.  If you require expedited
support then a support contract is required.  Support may be purchased from
http://www.coolfusion.com/commerce.  Details regarding support options may be reviewed
at: http://www.coolfusion.com/SupportOptions.cfm
--------------------------------------------------------------------------------------
To leave this list please complete the form at http://www.coolfusion.com/Support/
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/Developers/
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [EMAIL PROTECTED]
==^=======================================================


Reply via email to