/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] Return receipt

Hi

Is it possible to know for a sender ,if the receiver of the email has read the email or not.

If yes then could you plz tell me the tricky way.

Thanks.
Raj

to post a comment
PHP

8 Comments(s)

Copy linkTweet thisAlerts:
@webgovernorMar 19.2008 — Not with PHP (that I know of). But it's possible with some clients, by requesting a read-receipt. However, this is only if you choose to send the receipt.
Copy linkTweet thisAlerts:
@raj_2006authorMar 19.2008 — hmm.."[B]with some clients[/B]" means thru javascript?
Copy linkTweet thisAlerts:
@_eric_meMar 20.2008 — Hi

Is it possible to know for a sender ,if the receiver of the email has read the email or not.

If yes then could you plz tell me the tricky way.

Thanks.

Raj[/QUOTE]


Are you trying to do this off of a web form or are you looking at an email-marketing campaign type deal?

Eric
Copy linkTweet thisAlerts:
@felgallMar 20.2008 — Any sensible person has the "never send a read recipt" option in their email program turned on so as to ensure that they don't accidentally send one to a spammer. The only way to guarantee a read receipt is for the emails recipient to hit the reply button in their mail program and reply to your email.
Copy linkTweet thisAlerts:
@_eric_meMar 20.2008 — Any sensible person has the "never send a read recipt" option in their email program turned on so as to ensure that they don't accidentally send one to a spammer. The only way to guarantee a read receipt is for the emails recipient to hit the reply button in their mail program and reply to your email.[/QUOTE]

You could try the invisible image method (attach an invisible image from the server and have it download once the user opens the email). The download is captured by the server.

However, this isn't a fool-proof way to do it because it has to be an HTML email and the accepting email must accept HTML emails and not have images disabled.

There are "hacks" to do it, but like felgall said there is not a 100% guaranteed way to do it.

You also could do the image hack thru your site by having the image source kick back to a php page on your server.

Not a good way, but really the only way.

Eric
Copy linkTweet thisAlerts:
@raj_2006authorMar 20.2008 — Hi Eric

Thanks for your valuable suggestion.I have gone through your method and it works.What I did,I embeded an img src in the mail content which links to a external php file with the receiver's email as a param.

[code=php]<img src="http://localhost/test/[email protected] " border="0" width="20" height="20">[/code]

in that php file(test1.php), I have called a function to display the image, sending to the mail body through browser.

then in that same file I have written another mail function where the sender is getting an email as a read receipt.

This is generally a marketing campaign.So thanks once again for the technique......?

[B]felgall[/B]:I completely agree with you but it was the project's requirement.Thanks for your contribution too...?
Copy linkTweet thisAlerts:
@_eric_meMar 20.2008 — Hi Eric

Thanks for your valuable suggestion.I have gone through your method and it works.What I did,I embeded an img src in the mail content which links to a external php file with the receiver's email as a param.

[code=php]<img src="http://localhost/test/[email protected] " border="0" width="20" height="20">[/code]

in that php file(test1.php), I have called a function to display the image, sending to the mail body through browser.

then in that same file I have written another mail function where the sender is getting an email as a read receipt.

This is generally a marketing campaign.So thanks once again for the technique......?

[B]felgall[/B]:I completely agree with you but it was the project's requirement.Thanks for your contribution too...?[/QUOTE]


You're welcome!

If you do a lot of these, check out this site for marketing campaigns

http://www.constantcontact.com/index.jsp?pn=covinodesigns

It handles everything, no need to worry about doing this hack on every email. Great reporting features too!

Best of Luck!
Copy linkTweet thisAlerts:
@raj_2006authorMar 20.2008 — Hi Eric,

Thanks for the link too...?

Raj
×

Success!

Help @raj_2006 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...