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
id1
Integer
ID of the unsubscribe setup
name
Text
Name of the unsubscribe setup

Examples

  1. [OPTOUT id='1' name='Newsletter Unsubscribe']Unsubscribe from newsletter[/OPTOUT]

HTML source code, for example in an email template:
  1. <a href="[OPTOUT id='1' name='Newsletter Unsubscribe' /]">Unsubscribe from newsletter</a>


1. Required field