Hi,
 
I was wondering if anyone has any experience using CFMAILPARAM and OUTLOOK.  I 
am trying to write code so that I can get a read receipt when my users open the 
email.  This is being done internally and we use outlook.
 
Here is the code that I have so far, everything works except the receipt:
 
<cfmail to="[EMAIL PROTECTED]" 
from="Mario<[EMAIL PROTECTED]>" 
subject="This is only a test......" 
type="html"
SERVER="xxxxxxx.csfb.net">
<cfmailParam name="Reply-To" value="[EMAIL PROTECTED]">
<cfmailparam name="Read-Receipt-To" value="[EMAIL PROTECTED]">
<cfmailparam name="Disposition-Notification-To" value="[EMAIL PROTECTED]">
<CFMAILPARAM NAME="Importance" VALUE="High">
<cfmailParam name="X-Priority" value="1">
<CFMAILPARAM NAME="X-Message-Flag" VALUE="Notice I sent to you via Cold 
Fusion!">
     Test of Outlook Options
</cfmail>

 
 
Thanks
Mario

==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==============================================================================


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212430
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to