Skip to content

Commit a6b6465

Browse files
committed
feature #14739 [Notifier] Add AllMySms service to list (qdequippe)
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Notifier] Add AllMySms service to list Commits ------- 058dfaa [Notifier] Add AllMySms service to list
2 parents 23a02da + 058dfaa commit a6b6465

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

notifier.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ with a couple popular SMS services:
5656
========== ================================ ====================================================
5757
Service Package DSN
5858
========== ================================ ====================================================
59+
AllMySms ``symfony/allmysms-notifier`` ``allmysms://LOGIN:APIKEY@default?from=FROM``
5960
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
GatewayApi ``symfony/gatewayapi-notifier`` ``gatewayapi://TOKEN@default?from=FROM``
@@ -81,7 +82,8 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=
8182

8283
.. versionadded:: 5.3
8384

84-
The Iqsms, GatewayApi and Octopush integrations were introduced in Symfony 5.3.
85+
The Iqsms, GatewayApi, Octopush and AllMySms integrations were introduced in Symfony 5.3.
86+
8587

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

0 commit comments

Comments
 (0)