Connecting Tech Pros Worldwide Forums | Help | Site Map

ASP Secured Email

Newbie
 
Join Date: Sep 2008
Posts: 23
#1: Nov 20 '08
Hi,

I'm doing registration page in asp. In that i have to send mail through which user will activate their account.I have just send mail link http://localhost/myweb/aactivated.asp?email="&strMail&". And in activate page i got the mail using Querystring and activated it by setting confirmation column to 'yes'.But i want to do send in an secured manner.

Please say me how to send mail link in an secured manner.

Gowthaman

codegecko's Avatar
Moderator
 
Join Date: May 2007
Location: United Kingdom
Posts: 395
#2: Nov 20 '08

re: ASP Secured Email


Hi there,

What exactly do you mean by "a secured manner"?

codegecko
Newbie
 
Join Date: Sep 2008
Posts: 23
#3: Nov 20 '08

re: ASP Secured Email


http://localhost/myweb/aactivated.asp?email="&strMail&"..If i send by this user can easily read change the mail in the querystring or can add other email address.So any other encrypted way is there?
Reply