I want to do a mailshot to an existing mailing list. I want to include an Unsubscribe link in the email which, when clicked by the recipient, will request a url to a script on my server which will process the unsubscribe request. When a recipient receives an email containing the unsubscribe link and clicks on the link I want to pull the email address from the "To:" box of the email and pass it to as a parameter to the script url i.e.
Unsubscribe
How do I do this?