File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/Symfony/Component/Notifier/Bridge/Smsapi Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11SMSAPI Notifier
22===============
33
4- Provides [ Smsapi] ( https://ssl.smsapi.pl ) integration for Symfony Notifier.
4+ Provides [ Smsapi] ( https://smsapi.pl ) integration for Symfony Notifier.
5+ This bridge can also be used with https://smsapi.com .
56
67DSN example
78-----------
@@ -10,11 +11,16 @@ DSN example
1011SMSAPI_DSN=smsapi://TOKEN@default?from=FROM
1112```
1213
14+ // for https://smsapi.com set the correct endpoint:
15+ ```
16+ SMSAPI_DSN=smsapi://[email protected] ?from=FROM 17+ ```
18+
1319where:
1420 - ` TOKEN ` is your API Token (OAuth)
1521 - ` FROM ` is the sender name
1622
17- See your account info at https://ssl. smsapi.pl/
23+ See your account info at https://smsapi.pl or https://smsapi.com
1824
1925Resources
2026---------
You can’t perform that action at this time.
0 commit comments