Hi, I am looking into putting a script into the emails that I send out, that will tell me when the recipent opens the email. I am wondering how I should go about doing this. Thanks!
bhartzer
5:23 pm on Jul 14, 2004 (gmt 0)
You'll need to send out html emails. Rather than a script, you can use a stats program that allows you to add code to the page (usually javascript tracking code). Or you could add a unique image loaded from your server and monitor when that image is requested from the server.
kodaks
5:32 pm on Jul 14, 2004 (gmt 0)
Thanks, bhartzer! Where can I find a stat program?