I'm working on a registration system that sends a confirmation email after a user registers for an event. I'd like to include a link in that email that allows them to cancel their registration. Is there an easy/standard way to do this?
Asked
Active
Viewed 36 times
0
-
what are you writing your app in or are you using a service like MailChimp? We need a little more information to help you. – gmaniac Jan 05 '15 at 23:42
-
Which part are you asking about? Actually putting a link in an email, or the back end implementation of the page that link points to? – Greg Hewgill Jan 05 '15 at 23:43
-
I can/will figure out how to remove a registration on the back end. What I don't know how to do, is how to provide a link that will give our server the information it needs to know who to remove. Maybe I should just spend more time figuring out how these mails get sent out (and the possibility that that service has a standard way of doing this). – Captain Stack Jan 05 '15 at 23:48