My unsubscribe-link does not work properly. The user IS moved from Opt-in into Opt-out, but receives no confirmation email. Do I have to do anything to make that happen?
Note that I have not altered anything in /sitecore/content/ECM/[MyTarget Audience]/Standard Messages/Self-Service Subscription/Unsubscribe Notification.
In my footer I link to a existing unsubscribe.aspx I have found:
<a href="/sitecore/Unsubscribe.aspx">
<unsubscribe>
<sc:Text runat="server" Field="Unsubscribe" Item="<%# this.DataSource. %>" />
</unsubscribe>
</a>
In the email this is transformed into
<a href="http://www.multi-wing.com/sitecore/RedirectUrlPage.aspx?ec_url=%2fsitecore%2fUnsubscribe.aspx&ec_camp=A0D5584059504B85A3E3317B306A0411&ec_as=B9844EF7C873423FA9C369890E9354E8">
<unsubscribe>Unsubscribe</unsubscribe>
</a>
As I said the user IS being unsubscribed, but what do I have to do to make sure he/she receives an email confirmation?