E-Mail Indication when opend/read the mail ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
youropensource
Forum Commoner
Posts: 26
Joined: Tue Aug 05, 2008 11:42 am

E-Mail Indication when opend/read the mail ?

Post by youropensource »

I sent the bulk mail to recipients and I need the
indication whether or not each recipient opened their individual message.

Can you please tell me If it is possible or not ? If possible, give me the ideas.

Thanks!
Last edited by youropensource on Fri Oct 03, 2008 4:42 pm, edited 1 time in total.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: E-Mail Indication when opend/read the mail ?

Post by jaoudestudios »

If you dont have images in the html email, put a 1px image in the email that is hosted on your server and your server will record when the image is loaded
youropensource
Forum Commoner
Posts: 26
Joined: Tue Aug 05, 2008 11:42 am

Re: E-Mail Indication when opend/read the mail ?

Post by youropensource »

thanks :)
Post Reply