-3

I want to send mails to potential customers and need to know if they opened it and if the link/button was clicked. Are there free ways to do it. I use corporative gmail box. Also maybe can I also get time between opening the mail and clicking the internal link/button? What free addons/instruments do you know?

Jurchello
  • 33
  • 1
  • 4

1 Answers1

0

Read/opened notification:
There is no way to guarantee always receiving "read/opened" notification.
Most known ways to get it sometimes:
1. Email return receipt, you can request "delivery" (delivered to server) and "read" notices (read by recipient) to be send back by email
many servers and email client do not support it or turn it off intentionally
2. link with custom id to image on your web servers
many email clients do not load external images in html emails as security precaution

Clicking link in mail:
You can embed custom id in link to your web server
e.g. http://www.example.com/cliked?campain=e43w&id=wedf4

AnFi
  • 10,493
  • 3
  • 23
  • 47
  • About opening email and custom id in link I understand. But what instruments can provide it automatically? Also first of all I'm interesting with the most popular email domains, e.g. gmail, hotmail e.t.c. As I know gmail doesn't block images by default. – Jurchello Oct 28 '17 at 10:00