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 e69555d

Browse filesBrowse files
committed
feature #15595 [Notifier] Document fake sms logger notifier (noniagriconomie)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Document fake sms logger notifier Fix #15571 `@OskarStark` I am unsure if I should add a new line to the table or keep like I added, both DSN possible values Feel free to comment :) Commits ------- ad68f23 Document fake sms logger notifier
2 parents 4c6b780 + ad68f23 commit e69555d
Copy full SHA for e69555d

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
@@ -60,7 +60,7 @@ AllMySms ``symfony/allmysms-notifier`` ``allmysms://LOGIN:APIKEY@
6060
AmazonSns ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
6161
Clickatell ``symfony/clickatell-notifier`` ``clickatell://ACCESS_TOKEN@default?from=FROM``
6262
Esendex ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
63-
FakeSms ``symfony/fake-sms-notifier`` ``fakesms+email://MAILER_SERVICE_ID?to=TO&from=FROM``
63+
FakeSms ``symfony/fake-sms-notifier`` ``fakesms+email://MAILER_SERVICE_ID?to=TO&from=FROM`` or ``fakesms+logger://default``
6464
FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@default?phone=PHONE``
6565
GatewayApi ``symfony/gatewayapi-notifier`` ``gatewayapi://TOKEN@default?from=FROM``
6666
Infobip ``symfony/infobip-notifier`` ``infobip://AUTH_TOKEN@HOST?from=FROM``
@@ -95,12 +95,12 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default
9595

9696
.. versionadded:: 5.3
9797

98-
The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell, SpotHit, FakeSms, LightSms, SmsBiuras
98+
The Iqsms, GatewayApi, Octopush, AllMySms, Clickatell, SpotHit, FakeSms (email), LightSms, SmsBiuras
9999
and MessageBird integrations were introduced in Symfony 5.3.
100100

101101
.. versionadded:: 5.4
102102

103-
The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms and Mailjet integrations were introduced
103+
The MessageMedia, Smsc, Yunpian, AmazonSns, Telnyx, TurboSms, Mailjet and FakeSms (logger) integrations were introduced
104104
in Symfony 5.4.
105105

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.