Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c95bc13

Browse filesBrowse 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
Copy full SHA for c95bc13

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎notifier.rst

Copy file name to clipboardExpand all lines: notifier.rst
+3-3Lines changed: 3 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.