If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Return Receipt of Mail

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-07-04, 23:56
sanver sanver is offline
Registered User
 
Join Date: Mar 2004
Posts: 7
Question Return Receipt of Mail

Hi,

I am using CDONTS for sending mails from my website, I want to know wheather mail is being opened by user or not, if opened then i want to know his IP,date and time of mail opened,his geographic location.

I want all this information will be saved to DB when user open the mail or will be emaild to me when user open the mail.

I hope some one really hlp me in thisb regards

Pankaj Sutradhar
Reply With Quote
  #2 (permalink)  
Old 03-08-04, 03:35
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
Re: Return Receipt of Mail

Sounds to me like you're sending a lot of emails to people you don't know. Are we Spamming perhaps?

With the new CAN-SPAM Act of 2003 going into effect 1/1/2004... I STRONGLY suggest against spamming activities if this is what you're up to. Penalties are severe.

One way to do what you want is to embed script into the email. BUT... doing this will most likely make your email a high point target for Spam Filters. This means far fewer of your emails will make it to your recipients. Also... programs such as Norton Anti-virus will prevent your email scripts from running anyway.

Another way is to embed an image tag, using an ASP file on your sever as the image "SRC". This again has the same drawbacks... to a lesser degree.

Tim
__________________
Tim
Reply With Quote
  #3 (permalink)  
Old 04-17-04, 21:40
breeze76 breeze76 is offline
Registered User
 
Join Date: Apr 2004
Posts: 75
Re: Return Receipt of Mail

Quote:
Originally posted by sanver
Hi,

I am using CDONTS for sending mails from my website, I want to know wheather mail is being opened by user or not, if opened then i want to know his IP,date and time of mail opened,his geographic location.

I want all this information will be saved to DB when user open the mail or will be emaild to me when user open the mail.

I hope some one really hlp me in thisb regards

Pankaj Sutradhar

I think I found some code that will help you:


------>> 'This line here sets the Read receipt, you must enter and email address
objCDO.Value("Disposition-Notification-To") = "someone@receiptto.com" <<-----


Hope this helps. I tried it an it worked grerat..

breeze76

Last edited by breeze76; 04-17-04 at 22:01.
Reply With Quote
  #4 (permalink)  
Old 04-18-04, 10:50
breeze76 breeze76 is offline
Registered User
 
Join Date: Apr 2004
Posts: 75
Re: Return Receipt of Mail

Quote:
Originally posted by breeze76
I think I found some code that will help you:


------>> 'This line here sets the Read receipt, you must enter and email address
objCDO.Value("Disposition-Notification-To") = "someone@receiptto.com" <<-----


Hope this helps. I tried it an it worked grerat..

breeze76
OK... Something else... the code above will give you the popup return receipt form but you never get the return receipt back in email.. any suggestions?

breeze76
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On