kentico_ondrejv
-
9/1/2009 1:35:21 AM
RE:Newsletter French and English Unsubscribe on same page.
Hello,
You can define unsubscribe URL within the newsletter template in following format:
<a href="http://YourDomain.com/SpecialPages/Unsubscribe.aspx?subscriberguid={%SubscriberGUID%}&newsletterguid={%NewsletterGUID%}&issueid={%IssueID%}">Unsubscribe</a>
You need to paste that code using Source mode. Please note that you need to set correct unsubscribe page which will suit your situation. Moreover you could create another language version of unsubscribe page to receive appropriate unsubscribe confirmation message.
This way you can generate the unsubscribe link in any language.
Best Regards Ondrej Vasil
|