I understand how to send mail using CDONTS. I've followed the basic code and it works fine. I want to use email to confirm a subscription similar to what you'd see on most sites where the person confirming just needs to hit reply and send. I know that I can use the 'reply-to' to change where the response goes.
What I want to do is this:
When a new user submits a form, it passes the info to my database and flags a newUser field with a 1. At the same time an email is sent to the new user to confirm his subscription. Once he responds, I want newUser field in my database to be a 0. I just don't know where to start in retrieving info when the new user responds to my email. I would like to be able to have the response sent to an asp page that grabs his email address and checks it against the database, if it exists and it's newUser field is a 1, change the 1 to a 0.
Is this possible? Or am I making it harder than it needs to be?
I've read that you can't use cdonts to receive, only to send. Is there a common trick of the trade for setting this up? I am working on win2k with IIS
thankyou kindly
-Terror
What I want to do is this:
When a new user submits a form, it passes the info to my database and flags a newUser field with a 1. At the same time an email is sent to the new user to confirm his subscription. Once he responds, I want newUser field in my database to be a 0. I just don't know where to start in retrieving info when the new user responds to my email. I would like to be able to have the response sent to an asp page that grabs his email address and checks it against the database, if it exists and it's newUser field is a 1, change the 1 to a 0.
Is this possible? Or am I making it harder than it needs to be?
I've read that you can't use cdonts to receive, only to send. Is there a common trick of the trade for setting this up? I am working on win2k with IIS
thankyou kindly
-Terror