English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

8 answers

I don't think there is any way

2006-08-13 15:45:56 · answer #1 · answered by reallyfedup 5 · 0 0

Yes, there is a way. If you know any scripting (such as PHP) you can add a picture in Yahoo Mail that calls the picture. Once the picture has been downloaded, you would know from thereon-out that the user has opened the email.

This is my proof of concept. Force the user to download the picture via PHP.


$image = "my_image.jpg";

mail("my@email.com", "Subject", "Message");

header("Pragma: public");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Cache-Control: public");
header("Content-Description: File Transfer");
header("Content-Type: image/jpg");
header("Content-Disposition: attachment; filename=".basename($image).";");
header("Content-Transfer-Encoding: binary");
header("Content-Length: ".filesize($image));
@readfile($image);

exit;

?>

2006-08-13 15:52:35 · answer #2 · answered by Robert W 3 · 0 0

no u cant know there is a way to know that a person has opened it

2006-08-13 15:48:24 · answer #3 · answered by george 4 · 0 0

on other emails you can check your sent msgs and it says the statas of the message...not sure if it works on y!...u cud try tho

2006-08-13 15:48:42 · answer #4 · answered by Stubs 2 · 0 0

besides replying to your email...there are no other ways...

2006-08-13 15:48:46 · answer #5 · answered by grayxenon 4 · 0 0

thats a hard one to answer. don't know for sure.

2006-08-13 15:44:42 · answer #6 · answered by Anonymous · 0 0

nope...a privacy thing i guess

2006-08-13 15:45:06 · answer #7 · answered by Anonymous · 0 0

probably not

2006-08-13 15:46:47 · answer #8 · answered by ~RockandRollChica~ 1 · 0 0

fedest.com, questions and answers