Skip to content

Commit 74c4984

Browse files
committed
Readme + changelog
1 parent ae2228c commit 74c4984

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Smsapi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
6.3
5+
---
6+
7+
* Changing the option `from` to optional to enable sending "eco" messages
8+
49
6.2
510
---
611

src/Symfony/Component/Notifier/Bridge/Smsapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SMSAPI_DSN=smsapi://TOKEN@default?from=FROM&fast=FAST&test=TEST
1212

1313
where:
1414
- `TOKEN` is your API Token (OAuth)
15-
- `FROM` is the sender name
15+
- `FROM` is the sender name (default ""), skip this field to use the cheapest "eco" shipping method.
1616
- `FAST` setting this parameter to "1" (default "0") will result in sending message with the highest priority which ensures the quickest possible time of delivery. Attention! Fast messages cost more than normal messages.
1717
- `TEST` setting this parameter to "1" (default "0") will result in sending message in test mode (message is validated, but not sent).
1818

0 commit comments

Comments
 (0)