I need to implement the web application for sending marketing emails to the partners of the company. There are some requirements I have no idea how to solve it.
- The first one is how to check if the email was delivered? I’m sending emails through smtp server.
- The second one is how to check if the email was readed by receipient.
- the third one is how to ensure, that emails did not go to spam.
I’m using .NET platform.
I will apreciate any help to any of this questions.
thanks
The only option I can think of is using what’s often called a tracking pixel or web bug in your emails. Wikipedia has a comprehensive explanation of this at http://en.wikipedia.org/wiki/Web_bug.
However, it is easily bypassed.