Maagento: How to create an unsubscribe page

1. Create a  “unsubscribe.phtml” page with the following code: 2. Create a CMS page Name ‘Unsubscribe’ and url ‘unsubscribe’ and call that “unsubscribe.phtml” page in your cms page. 3. Now in page /app/design/frontend/your_package/your_theme/template/newsletter/subscribe.phtml add the follwing code to add a link to the cms page. 4.Now in /app/code/core/Mage/Newsletter/Block/Subscribe.php add a Read more…