You can tell when someone reads an email from you by
putting a link in the email to something on your server.
This gives you the IP address which may change.
I was thinking of giving each client a file on the server
so they are uniquely identified when they open an email.
This eliminates having to request read receipts and lets you
know that they recif(Dd a bill, notice of an update, etc.
I currently use an IMG SRC = to a cgi program on a remote server that
TCP's me of all hits. Is anyone else doing something like this?
This works (if it gets past newer email scanners.)
<img src = "http://www.myserver.com/cgi-bin/[email protected]" height="0" align="right">
putting a link in the email to something on your server.
This gives you the IP address which may change.
I was thinking of giving each client a file on the server
so they are uniquely identified when they open an email.
This eliminates having to request read receipts and lets you
know that they recif(Dd a bill, notice of an update, etc.
I currently use an IMG SRC = to a cgi program on a remote server that
TCP's me of all hits. Is anyone else doing something like this?
This works (if it gets past newer email scanners.)
<img src = "http://www.myserver.com/cgi-bin/[email protected]" height="0" align="right">
Comment