Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64925f5

Browse filesBrowse files
committed
Merge branch '5.0' into 5.1
* 5.0: Added some links Remove links to not existing channel pages
2 parents c9a72b9 + 9848b6e commit 64925f5
Copy full SHA for 64925f5

File tree

Expand file treeCollapse file tree

1 file changed

+11
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-6
lines changed
Open diff view settings
Collapse file

‎notifier.rst‎

Copy file name to clipboardExpand all lines: notifier.rst
+11-6Lines changed: 11 additions & 6 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,19 @@ by using transports.
3131

3232
The notifier component supports the following channels:
3333

34-
* `SMS <SMS Channel>`_ sends notifications to phones via SMS messages
35-
* `Chat <Chat Channel>`_ sends notifications to chat services like Slack
36-
and Telegram;
37-
* `Email <Email Channel>`_ integrates the :doc:`Symfony Mailer </mailer>`;
38-
* Browser uses :ref:`flash messages <flash-messages>`.
34+
* :ref:`SMS channel <notifier-sms-channel>` sends notifications to phones via
35+
SMS messages;
36+
* :ref:`Chat channel <notifier-chat-channel>` sends notifications to chat
37+
services like Slack and Telegram;
38+
* :ref:`Email channel <notifier-email-channel>` integrates the :doc:`Symfony Mailer </mailer>`;
39+
* Browser channel uses :ref:`flash messages <flash-messages>`.
3940

4041
.. tip::
4142

4243
Use :doc:`secrets </configuration/secrets>` to securily store your
4344
API's tokens.
4445

46+
.. _notifier-sms-channel:
4547
.. _notifier-texter-dsn:
4648

4749
SMS Channel
@@ -116,6 +118,7 @@ configure the ``texter_transports``:
116118
],
117119
]);
118120
121+
.. _notifier-chat-channel:
119122
.. _notifier-chatter-dsn:
120123

121124
Chat Channel
@@ -189,6 +192,8 @@ Chatters are configured using the ``chatter_transports`` setting:
189192
],
190193
]);
191194
195+
.. _notifier-email-channel:
196+
192197
Email Channel
193198
~~~~~~~~~~~~~
194199

@@ -294,7 +299,7 @@ transport:
294299
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
295300
</framework:chatter-transport>
296301
297-
<!-- Send notifications to the next scheduled transport
302+
<!-- Send notifications to the next scheduled transport
298303
calculated by round robin -->
299304
<framework:chatter-transport name="slack"><![CDATA[
300305
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.