You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugin_extensions/emails.rst
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,26 @@
1
-
.. vale off
2
-
3
-
.. note::
4
-
5
-
The content for this page requires a major update. The legacy page contains outdated and potentially inaccurate information. You can still access it in the :xref:`legacy repository`.
6
-
7
-
If you're interested in helping develop the new content for this page and others, consider joining the documentation efforts.
8
-
9
-
Please read the :xref:`dev docs contributing guidelines` and :xref:`Contributing to Mautic’s documentation` to get started.
10
-
11
-
.. vale on
12
-
13
1
Emails
14
2
######
15
3
16
4
There are multiple ways to extend the way Mautic works with Emails. This document describes the following options for extending Mautic's Email capabilities:
17
5
18
6
* Email tokens
19
7
* A/B testing
20
-
* Monitored Inbox Integration
21
-
* Email transport/Email providers
8
+
* Monitored inbox Integration
9
+
* Email transport or Email providers
22
10
* Email stat helpers
23
11
24
12
.. vale off
25
13
26
14
.. note::
27
15
28
-
Extending generally works by hooking into events using event listeners or subscribers. Read more about :doc:`listeners and subscribers</plugins/event_listeners>`.
16
+
Extending generally works by hooking into events using event listeners or subscribers. Read more about them in the :doc:`listeners and subscribers</plugins/event_listeners>` section.
29
17
30
18
.. vale on
31
19
32
20
Email tokens
33
21
************
34
22
35
-
Email tokens are placeholders that you can insert into an Email. They get replaced by dynamically generated content once the Email gets sent or viewed in the browser.
23
+
Email tokens are placeholders that you can insert into an Email. Dynamically generated content replaces these tokens once Mautic sends the Email or the User views it in the browser.
0 commit comments