Auto Unsubscribe Link In Email

Is there a way to put an auto-unsubscribe link in an email? I realize you have to include the email address in the command, but is there a way to pull that in from the actual email address of the person you are sending to? Can it be done with MBM's Tags function if you are using the "Singly" option? -- For instance, could you do something like this:

Code:
<a href="http://...lm/lm.php?cmd=unsubscribe&email=[Email Address]<--the tag&pwd=password">Unsubscribe</a>

...if that wasn't clear enough:

Code:
http://...lm/lm.php?cmd=unsubscribe&email=[EMAIL ADDRESS TAG]&pwd=password
 
Top