MWML [OPTOUT]-Tag
MWML [OPTOUT]-Tag
Creates an unsubscribe link.
Usage
Email templates, Emails
Syntax
[OPTOUT id='...']<Link-Text>[/OPTOUT], [OPTOUT /]
Attributes
Attribute
Value
Description
id
1
Integer
ID of the unsubscribe setup
name
Text
Name of the unsubscribe setup
Examples
Value within a
simple input or HTML input
:
[OPTOUT id='1' name='Newsletter Unsubscribe']Unsubscribe from newsletter[/OPTOUT]
HTML source code, for example in an email template:
<a href="[OPTOUT id='1' name='Newsletter Unsubscribe' /]">Unsubscribe from newsletter</a>
1. Required field