Hi,
We have a form for subscribing/unsubscribing to mailing lists on our website that I'm looking to integrate with AMS' mailing feature.
Basically, at the end of all mass emails, we provide an unsubscribe link. The link looks like http://www.site.com/unsubscribe.asp
What I'd like to do is have AMS automatically insert the recipient's email address into the body of the email so I can make the form work with querystrings straight from AMS.
The end URL would look like http://www.site.com/unsubscribe.asp?email=you@your.com where you@your.com is the email address.
Is this possible with the ####TO#### insertion tag? Does AMS evaluate these tags in emails passing through the system or is there no way to do this aside from writing a custom mail sending script that pulls addresses out of an database? Please note that the email addresses are primarily those of customers and are thus not hosted on this server.
Thanks!