Magento – How to add Unsubscribe link at the bottom of transaction email footer

emailmagento-1.9

I'm trying to set up "unsubscribe link" to my email footer to my newsletter subscriber. But, I cannot find any section regarding unsubscribe link or unsubscribe page.

Best Answer

Take a look at Adding unsubscribe link in custom email magento

<a href="{{var subscriber.getUnsubscriptionLink()}}">
{{var subscriber.getUnsubscriptionLink()}}
</a>