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 1
1
SMSAPI Notifier
2
2
===============
3
3
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 .
5
6
6
7
DSN example
7
8
-----------
@@ -10,11 +11,16 @@ DSN example
10
11
SMSAPI_DSN=smsapi://TOKEN@default?from=FROM
11
12
```
12
13
14
+ // for https://smsapi.com set the correct endpoint:
15
+ ```
16
+ SMSAPI_DSN=smsapi://[email protected] ?from=FROM
17
+ ```
18
+
13
19
where:
14
20
- ` TOKEN ` is your API Token (OAuth)
15
21
- ` FROM ` is the sender name
16
22
17
- See your account info at https://ssl. smsapi.pl/
23
+ See your account info at https://smsapi.pl or https://smsapi.com
18
24
19
25
Resources
20
26
---------
You can’t perform that action at this time.
0 commit comments