Is it possible to detect whether the customer has opened the email_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:21:17
Original
1025 people have browsed it

html email database HTML email

I insert something into the html code of the email and link it to my website database
Then I look at the database to know how many people have opened the email.

How to make something like this? Is it feasible?

Reply to discussion (solution)

Works.
Insert an image into html, and the image address is an absolute external address. For example, xxx.com/counter.gif?id=unique identifier (or .php .jsp .aspx .asp) will do. Make sure that the external address first performs query and statistics (that is, based on the id), and then returns a transparent mime type of A 1*1 picture of gif is enough.
Or you can use a linked style sheet, the principle is the same

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template