Skip to content

Commit db47efb

Browse files
committed
add symfony/esendex-notifier integration docs
1 parent 0df6a14 commit db47efb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

notifier.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,18 @@ OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPL
6363
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
6464
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
6565
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
66-
Infobip ``symfony/infobip-notifier`` ``infobip://TOKEN@default?from=FROM``
67-
Mobyt ``symfony/mobyt-notifier`` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM``
68-
========== =============================== ====================================================
66+
Infobip ``symfony/infobip-notifier`` ``infobip://TOKEN@default?from=FROM``
67+
Mobyt ``symfony/mobyt-notifier`` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM``
68+
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
69+
========== ================================ ====================================================
6970

7071
.. versionadded:: 5.1
7172

7273
The OvhCloud, Sinch and FreeMobile integrations were introduced in Symfony 5.1.
7374

7475
.. versionadded:: 5.2
7576

76-
The Smsapi, Infobip and Mobyt integrations were introduced in Symfony 5.2.
77+
The Smsapi, Infobip, Mobyt and Esendex integrations were introduced in Symfony 5.2.
7778

7879
To enable a texter, add the correct DSN in your ``.env`` file and
7980
configure the ``texter_transports``:

0 commit comments

Comments
 (0)