Line 1,152:
Line 1,152:
|__CHECK_READ__
|__CHECK_READ__
|
|
−
|Insert a blank image with a callback URL to Dolibarr (/public/emailing/mailing-read.php?tag=)
+
|In emailings, insert a blank image with a callback URL to Dolibarr (/public/emailing/mailing-read.php?tag=)
+
|
+
|-
+
|__UNSUBSCRIBE__
+
|
+
|In emailings, insert a link to allow a recipient to unsubscribe from emailings. If the recipient (third party or contact) unsubscribes, his status will change to "Refuse bulk emailings"
+
To setup the wording of:
+
+
- the mention in your email for unsubscribing: Translation (key : MailUnsubcribe)
+
+
- the landing page after unsubscribing: Translation (key: YourMailUnsubcribeOK)
|
|
|}
|}
Line 1,166:
Line 1,176:
into the module descriptor.
into the module descriptor.
−
= How it work =
+
=How it work=
The array to define all substitution variables is defined in code by calling the method
The array to define all substitution variables is defined in code by calling the method
<code>$substitutionarray = getCommonSubstitutionArray().</code>
<code>$substitutionarray = getCommonSubstitutionArray().</code>