Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to track the bounced emails and save the information into the database also I want to get the read receipt for the emails and save them into the database.

I did the read receipt coding and saved them into database successfully. But I don't know how to save the bounced mail info into the database. I want everything automatically.

Is there any way to do these or is there and 3rd party email tracking tool available to achieve this, but that has to be integrated with in my application.

Thanks
Anand
Posted
Updated 15-Dec-10 21:43pm
v2
Comments
Dalek Dave 16-Dec-10 3:43am    
Edited for Readability.
Keith Barrow 16-Dec-10 3:50am    
Please tell us wether a) You are doing this at the server or b) at the client, it will also be helpful to know which client or server you are interacting with.
anandr210484 16-Dec-10 4:01am    
Hi,
i want to do this in server not client.i did the coding for when a client reads the mail i ll get the acknowledge from them using some hidden image technique and saved the details in server database its working.

1 solution

Hey,

Did you tried adding return path.

myMail.Headers.Add("Return-Path", "bounce@mydomain.com");


Hope this help.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900