Skip to content

Commit c95bc13

Browse files
committed
feature #14870 [Notifier] [FakeSms] Add the bridge (JamesHemery)
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Notifier] [FakeSms] Add the bridge Docs for symfony/symfony#39949 Commits ------- 337e251 [Notifier] [FakeSms] Add the bridge
2 parents 3862669 + 337e251 commit c95bc13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notifier.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Service Package DSN
5959
AllMySms ``symfony/allmysms-notifier`` ``allmysms://LOGIN:APIKEY@default?from=FROM``
6060
Clickatell ``symfony/clickatell-notifier`` ``clickatell://ACCESS_TOKEN@default?from=FROM``
6161
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
62+
FakeSms ``symfony/fake-sms-notifier`` ``fakesms+email://MAILER_SERVICE_ID?to=TO&from=FROM``
6263
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
6364
GatewayApi ``symfony/gatewayapi-notifier`` ``gatewayapi://TOKEN@default?from=FROM``
6465
Infobip ``symfony/infobip-notifier`` ``infobip://AUTH_TOKEN@HOST?from=FROM``
@@ -84,9 +85,8 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=
8485

8586
.. versionadded:: 5.3
8687

87-
The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell and SpotHit integrations
88-
were introduced in Symfony 5.3.
89-
88+
The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell, SpotHit and FakeSms
89+
integrations were introduced in Symfony 5.3.
9090

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

0 commit comments

Comments
 (0)