Skip to content

Commit 3a1a08b

Browse files
committed
minor #17002 [Notifier] Mention the "test" option of SmsApi (javiereguiluz)
This PR was merged into the 6.1 branch. Discussion ---------- [Notifier] Mention the "test" option of SmsApi Fixes #16729. Commits ------- ee0f410 [Notifier] Mention the "test" option of SmsApi
2 parents 08f8409 + ee0f410 commit 3a1a08b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notifier.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Sendberry ``symfony/sendberry-notifier`` ``sendberry://USERNAME:PAS
8686
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
8787
Sms77 ``symfony/sms77-notifier`` ``sms77://API_KEY@default?from=FROM``
8888
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
89-
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``
89+
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM&test=0``
9090
SmsBiuras ``symfony/sms-biuras-notifier`` ``smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0``
9191
Smsc ``symfony/smsc-notifier`` ``smsc://LOGIN:PASSWORD@default?from=FROM``
9292
SpotHit ``symfony/spot-hit-notifier`` ``spothit://TOKEN@default?from=FROM``
@@ -101,6 +101,7 @@ Yunpian ``symfony/yunpian-notifier`` ``yunpian://APIKEY@default
101101

102102
The 46elks, OrangeSms, KazInfoTeh and Sendberry integrations were introduced in Symfony 6.1.
103103
The ``no_stop_clause`` option in ``OvhCloud`` DSN was introduced in Symfony 6.1.
104+
The ``test`` option in ``Smsapi`` DSN was introduced in Symfony 6.1.
104105

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

0 commit comments

Comments
 (0)