8000 minor #14212 add symfony/esendex-notifier integration docs (jschaedl) · symfony/symfony-docs@baeb99b · GitHub
[go: up one dir, main page]

Skip to content

Commit baeb99b

Browse files
committed
minor #14212 add symfony/esendex-notifier integration docs (jschaedl)
This PR was merged into the master branch. Discussion ---------- add symfony/esendex-notifier integration docs fixes #14126 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 8dec0b7 add symfony/esendex-notifier integration docs
2 parents 9643190 + 8dec0b7 commit baeb99b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifier.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ with a couple popular SMS services:
5757
========== ================================ ====================================================
5858
Service Package DSN
5959
========== ================================ ====================================================
60+
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
6061
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
6162
Infobip ``symfony/infobip-notifier`` ``infobip://TOKEN@default?from=FROM``
6263
Mobyt ``symfony/mobyt-notifier`` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM``
@@ -73,7 +74,7 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=
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)
0