MMv4 KB
 
Option to unsubscribe from Modular Mailer emails
  Last Edited - 04/22/2013 3:05pm PDT
  Category Path - Shopping Cart Software Components > Administration Area > Modules > Modular Mailer > FAQs & Tutorials
 
All Plain Text and HTML messages sent by Modular Mailer must contain an option for the customer to opt-out of the store's mailing list. By opting out, the customer will no longer receive any emails generated by the Modular Mailer module. To add an unsubscribe link, use the {URL-EMAIL-UNSUBSCRIBE} QuickCode Tag. When the email is created, this QuickCode Tag will be translated to the URL of the store's unsubscribe page.

plain text example
Example of using {URL-EMAIL-UNSUBSCRIBE} in a Plain Text email message

Unsubscribe from future emails at: {URL-EMAIL-UNSUBSCRIBE}

html example
Example of using {URL-EMAIL-UNSUBSCRIBE} in a HTML email message or HTML template

Source code:
<a href="{URL-EMAIL-UNSUBSCRIBE}">Click this link to unsubscribe from the {COMPANY-NAME} mailing list.</a>

Rendered HTML:
Click this link to unsubscribe from the Example Store mailing list.

 

tip: modular mailer can add the link for you
If the {URL-EMAIL-UNSUBSCRIBE} QuickCode Tag is not present in an email template, when Modular Mailer generates an email that uses that template, an unsubscribe link will automatically be appended to the end of the email.
Powered by ModularKB