Let me run this by some other people here - I'll try to get back to you by tomorrow.

Regards,

Howie

----- Original Message ----- 
From: "Dharmendar Kumar" <[EMAIL PROTECTED]>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Tuesday, July 06, 2004 5:34 PM
Subject: RE: [iMS] iMS v2.5h now available


> Hi Howie,
> 
> Is it possible to return the email status along with the recipient data in
> the XML? This will make updating tracking info. much efficient. Something
> like this:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <tokens>
>    <global> 
>       <smtpfrom>[EMAIL PROTECTED]</smtpfrom>
>       <MX></MX>
>       <Failto>NULL</Failto>
>       <header_to>&lt;[EMAIL PROTECTED]&gt;</header_to>
>       <header_from>&lt;[EMAIL PROTECTED]&gt;</header_from>
>       <header_subject>test message</header_subject>
>       <header_Message_ID>&lt;[EMAIL PROTECTED]&gt;</header_Message_ID>
>       <header_Date>Wed, 2 Jun 2004 15:29:44 -0400</header_Date>
>    </global>
>    <recipients>
>       <recipient email="[EMAIL PROTECTED]">
>          <name>Joe Smith</name>
>          <recipientid>123456</recipientid>
>    <status>DELIVERED</status> 
>       </recipient>
>       <recipient email="[EMAIL PROTECTED]">
>          <name>Jane Smith</name>
>          <recipientid>123457</recipientid>
>    <status>TEMPFAILED</status> 
>       </recipient>
>    </recipients> 
> </tokens> 
> 
> -----Original Message-----
> From: Howie Hamlin [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 03, 2004 9:34 AM
> To: inFusion Support List
> Subject: Re: [iMS] iMS v2.5h now available
> 
> 
> FYI - we have an internal test version of iMS 2.7 that provides
> ReportPostStatus with all tokens.  The tokens are provided as an XML packet
> that can be decoded in your template.  An example would be:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <tokens>
>    <global> 
>       <smtpfrom>[EMAIL PROTECTED]</smtpfrom>
>       <MX></MX>
>       <Failto>NULL</Failto>
>       <header_to>&lt;[EMAIL PROTECTED]&gt;</header_to>
>       <header_from>&lt;[EMAIL PROTECTED]&gt;</header_from>
>       <header_subject>test message</header_subject>
>       <header_Message_ID>&lt;[EMAIL PROTECTED]&gt;</header_Message_ID>
>       <header_Date>Wed, 2 Jun 2004 15:29:44 -0400</header_Date>
>    </global>
>    <recipients>
>       <recipient email="[EMAIL PROTECTED]">
>          <name>Joe Smith</name>
>          <recipientid>123456</recipientid>
>       </recipient>
>       <recipient email="[EMAIL PROTECTED]">
>          <name>Jane Smith</name>
>          <recipientid>123457</recipientid>
>       </recipient>
>    </recipients> 
> </tokens> 
> 
> As you can see, there is a section for global tokens and another section for
> user-specific tokens.  If you were interested in the recipientid of each
> recipient then you could parse that out from the XML.
> 
> The format shown above is preliminary and the reason I reproduced it here is
> to find out if this format is acceptable and, if not, then what changes
> would you make?  Now is the best time to provide feedback on this as we're
> hoping to release this new version prior to CFUN.
> 
> Thanks,
> 
> Howie
> 
> ----- Original Message ----- 
> From: "Jose Gosende" <[EMAIL PROTECTED]>
> To: "inFusion Support List" <[EMAIL PROTECTED]>
> Sent: Tuesday, June 01, 2004 9:50 AM
> Subject: RE: [iMS] iMS v2.5h now available
> 
> 
> > Does this version include the qtoken vars in RPS?
> > 
==^=======================================================
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