Building Email Tracking System
(http://forums.asp.net/t/1183750.aspx#2013978)
1. You cant track easily if mail is received.
Tag for HTML image with your track page... such as <Img src='http://www.xyz.com/track_mail_opened.aspx?mailid=12&contact_id=23'
3. To track that URL is clicked Or not ... scan the mail format before send .. for each URL in the mail .... replace that URL with tracking URL .. such as
...
/>
NOTE:
- Use HTMLEncode / HTMLDecode ..
- Use MSHTML for mail scanning and replacing
1 comment:
hi,
how to access yahoo or gmail services thruogh my asp.net application
...
my requiremnt
need to develop a application similar to meebo.com
Post a Comment