Skip to content

Commit e3a0cff

Browse files
committed
remove note admonition
* fix capitalization and minor wording adjustment
1 parent df0121c commit e3a0cff

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

docs/plugin_extensions/emails.rst

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff 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-
131
Emails
142
######
153

164
There are multiple ways to extend the way Mautic works with Emails. This document describes the following options for extending Mautic's Email capabilities:
175

186
* Email tokens
197
* A/B testing
20-
* Monitored Inbox Integration
21-
* Email transport/Email providers
8+
* Monitored inbox Integration
9+
* Email transport or Email providers
2210
* Email stat helpers
2311

2412
.. vale off
2513
2614
.. note::
2715

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.
2917

3018
.. vale on
3119
3220
Email tokens
3321
************
3422

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.
3624

3725
Email token capabilities consist of two parts:
3826

0 commit comments

Comments
 (0)