Skip to content

Commit c1aec54

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: [Notifier] Misc. minor tweaks
2 parents 7404c17 + 5022927 commit c1aec54

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

notifier.rst

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ Get the Notifier installed using:
1717
.. _channels-chatters-texters-email-and-browser:
1818
.. _channels-chatters-texters-email-browser-and-push:
1919

20-
Channels: Chatters, Texters, Email, Browser, Push and Desktop
21-
-------------------------------------------------------------
20+
Channels
21+
--------
2222

23-
The notifier component can send notifications to different channels. Each
24-
channel can integrate with different providers (e.g. Slack or Twilio SMS)
25-
by using transports.
23+
Channels refer to the different mediums through which notifications can be delivered.
24+
These channels include email, SMS, chat services, push notifications, etc. Each
25+
channel can integrate with different providers (e.g. Slack or Twilio SMS) by
26+
using transports.
2627

2728
The notifier component supports the following channels:
2829

@@ -35,28 +36,23 @@ The notifier component supports the following channels:
3536
* :ref:`Push channel <notifier-push-channel>` sends notifications to phones and browsers via push notifications.
3637
* :ref:`Desktop channel <notifier-desktop-channel>` displays desktop notifications on the same host machine.
3738

38-
.. tip::
39-
40-
Use :doc:`secrets </configuration/secrets>` to securely store your
41-
API tokens.
42-
4339
.. _notifier-sms-channel:
4440

4541
SMS Channel
4642
~~~~~~~~~~~
4743

44+
The SMS channel uses :class:`Symfony\\Component\\Notifier\\Texter` classes
45+
to send SMS messages to mobile phones. This feature requires subscribing to
46+
a third-party service that sends SMS messages. Symfony provides integration
47+
with a couple popular SMS services:
48+
4849
.. caution::
4950

5051
If any of the DSN values contains any character considered special in a
5152
URI (such as ``: / ? # [ ] @ ! $ & ' ( ) * + , ; =``), you must
5253
encode them. See `RFC 3986`_ for the full list of reserved characters or use the
5354
:phpfunction:`urlencode` function to encode them.
5455

55-
The SMS channel uses :class:`Symfony\\Component\\Notifier\\Texter` classes
56-
to send SMS messages to mobile phones. This feature requires subscribing to
57-
a third-party service that sends SMS messages. Symfony provides integration
58-
with a couple popular SMS services:
59-
6056
================== ====================================================================================================================================
6157
Service
6258
================== ====================================================================================================================================
@@ -215,6 +211,11 @@ Service
215211

216212
The ``Primotexto`` integration was introduced in Symfony 7.2.
217213

214+
.. tip::
215+
216+
Use :doc:`Symfony configuration secrets </configuration/secrets>` to securely
217+
store your API tokens.
218+
218219
.. tip::
219220

220221
Some third party transports, when using the API, support status callbacks

0 commit comments

Comments
 (0)