I need to send an email out to about a group of 300 people. Each email needs to contain a link to a page that will pull specific data based on url that the email recipient got in the email.
Another way of doing this would be to generate a random alpha-numeric string(pin) that I can send via email. The recipient would then come to my website, paste the pin and I would display data based on the pin.
I have no idea how to go about doing this in EE. I would highly highly appreciate any directions.