Skip to content

Commit 8c2c97b

Browse files
authored
[Notifier][FakeSms] Add the bridge
1 parent 78c0441 commit 8c2c97b

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
@@ -58,6 +58,7 @@ Service Package DSN
5858
========== ================================ ====================================================
5959
AllMySms ``symfony/allmysms-notifier`` ``allmysms://LOGIN:APIKEY@default?from=FROM``
6060
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
61+
FakeSms ``symfony/fake-sms-notifier`` ``fakesms://email?to=TO&from=FROM``
6162
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
6263
GatewayApi ``symfony/gatewayapi-notifier`` ``gatewayapi://TOKEN@default?from=FROM``
6364
Infobip ``symfony/infobip-notifier`` ``infobip://AUTH_TOKEN@HOST?from=FROM``
@@ -82,7 +83,7 @@ Twilio ``symfony/twilio-notifier`` ``twilio://SID:TOKEN@default?from=
8283

8384
.. versionadded:: 5.3
8485

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

8788

8889
To enable a texter, add the correct DSN in your ``.env`` file and

0 commit comments

Comments
 (0)