Re: Retrieving name/email from an email sent
The url link sent to the recipient would need to contain a querystring that
identified the user. When the user visits the site via the link, a server side
script would use the querystring in a database query that would retrieve the
user details.
|