Email/Mailing List Un-subscription
Aurora provides a range of Mailing List opt-ins and outs in addition to some 3rd party mailing list subscription services. To allow customers and administrators to unsubscribe from these services completely, Aurora also provides support for email addresses to be unsubscribed completely from all supported mailing lists and 3rd parties.
This article describes how to set-up and use the email unsubscription via the Aurora Front-end.
If you would like to know how to unsubscribe your users from all lists via the Aurora Back-end, please see the Email Un-subscription support article.
Introduction
Aurora provides a range of Mailing List opt-ins and outs in addition to some 3rd party mailing list subscription services. To allow customers and administrators to unsubscribe from these services completely, Aurora also provides support for email addresses to be unsubscribed completely from all supported mailing lists and 3rd parties.
You are able to:
- Allow customers to un-subscribe (opt-out) of your mailing lists and newsletters with nothing more then their email address for reference.
- Unsubscribe (opt-out) your customers from the Aurora Back-end.
Supported 3rd Party Integrators
This un-subscription service currently supports the following 3rd party integrations and will notify them when email addresses are unsubscribed in Aurora:
Managing Your Un-subscription Service
Where to access the Un-subscribe Page
The page for unsubscribing email addresses from all Mailing Lists can be found below:
http://demo.auroracommerce.com/members/mailing-lists/unsubscribe/?email\[email protected]
Where to find the Mailing Lists Page Templates
There is only one template that is used for this page and that is the template used to display the results of the attempt to unsubscribe the email address. This can be found here:
templates/your-template-dir/members/mailing-list/unsubscribed.tpl.html
You can submit to this page from any other area of Aurora and so you will need to add the un-subscription form to whatever Front-end Templates you see fit, should you wish to include it at all (e.g. you may wish only to link to the service from your emails).
Variables available in the Mailing Lists page
The following is a list of variables that can be accessed by the Aurora Front-end Templates.
Variable name | Type | Description |
---|---|---|
$pageType | Array ( String ) | Determine the main area of the site you are on. Please refer to Global Template Variables article for more information. |
$tracking | Array ( String ) | An array of Affiliate and Traffic Tracking Codes to the Aurora Front-end. |
$success | bool | Signifies whether the request to unsubscribe succeeded in full or not. |
Updated over 2 years ago