Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

update my database after receiving of receipient their email

Status
Not open for further replies.
Mar 25, 2002
8
0
0
PH
im sending thousands of email once a week and I use smtp and cdonts in asp, now my question is, is there a way to trace or update my database automatically if clients open the email that i sent. I use also the html format as body of my sending email. please give me some code or sample program that trigger the updating of my database automatically

please help

thanks pats
 
nope u cant do that.

a workaround is ask the client to reply to ur mail with a certain subject, read the incming mails then do something with it.

Known is handfull, Unknown is worldfull
 
Actually, this is possible and used quite often by mail spammers, I'll provide an outline real quick:
1) Add an image to your email that has the source set to an asp script on your web server, use the querystring to pass along data such as the receivers address

2) in the asp script put the querystring info into the database
3) set the content type to an image type
4) binary read and write that image from it's file

3 and 4 are shaky as I haven't actually done that and it may not work, but you could always use css to make the image invisible instead. As this is a method commonly employed by email spammers I also won't supply sample code, hope the outline helps,

-Tarwn

[sub]01010100 01101001 01100101 01110010 01101110 01101111 01101011 00101110 01100011 01101111 01101101 [/sub]
[sup]29 3K 10 3D 3L 3J 3K 10 32 35 10 3E 39 33 35 10 3K 3F 10 38 31 3M 35 10 36 3I 35 35 10 3K 39 3D 35 10 1Q 19[/sup]
Get better results for your questions: faq333-2924
Frequently Asked ASP Questions: faq333-3048
 
hi tarwn

can you show me some code please... i really need this very badly.

thanks
pats





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top