Need code for sending invitation to link in ASP.Net [modified]
-
Hi friends i need coding . i have to send invitation to join the website for my site .suppose in gmail or yahoo there is option for invitation .there is option when we fill the mail id it automatically send the link to the reciever
modified on Thursday, January 22, 2009 2:13 AM
-
Hi friends i need coding . i have to send invitation to join the website for my site .suppose in gmail or yahoo there is option for invitation .there is option when we fill the mail id it automatically send the link to the reciever
modified on Thursday, January 22, 2009 2:13 AM
You just need to send mails buddy... that is not a big deal. If you dont have your smtp server, use gmail either. Gmail gives support to send mails.
Abhishek Sur
-
You just need to send mails buddy... that is not a big deal. If you dont have your smtp server, use gmail either. Gmail gives support to send mails.
Abhishek Sur
.... and while send mail , you can send a link with user name and other information to validate that user. When user click on that link, simple redirect to particular page and validate the query string , that user is valid or not.
cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net