Unsubscribe from email list not working
Posted: Wed Nov 26, 2008 3:53 pm
this is the link included in the subscribe to email list conformation email.
for this to point to our site correctley it needs to read
however, after making this change. the link in the email takes you to a screen telling the user that they have unsubscribed. however their email is not taken off of the email list.
any idea of how i can get this code to work properly ?
Code: Select all
<p>If you did not intend to sign up for this list, then click the link below
to remove your address.</p>
<p><a href="${store.StoreUrl}Subscription.aspx?action=remove&list=${list.EmailListId}&email=${email}">${store.StoreUrl}Subscription.aspx?action=remove&list=${list.EmailListId}&email=${email}</a> </p>
Code: Select all
<p>If you did not intend to sign up for this list, then click the link below
to remove your address.</p>
<p><a href="${http://98.129.12.138/pizzaovens/}Subscription.aspx?action=remove&list=${list.EmailListId}&email=${email}">${http://98.129.12.138/pizzaovens/}Subscription.aspx?action=remove&list=${list.EmailListId}&email=${email}</a> </p>
any idea of how i can get this code to work properly ?