We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00576cd commit 6b4be01Copy full SHA for 6b4be01
README.md
@@ -38,13 +38,9 @@ chmod +x ./bin/console
38
php -S 127.0.0.1:8000 ./public/index.php
39
40
# send a test message
41
-./bin/console send-message --from mycompanyAS2 --to phpas2
42
-OR
43
php bin/console send-message --from mycompanyAS2 --to phpas2
44
45
# send a file
46
-./bin/console send-message --from mycompanyAS2 --to phpas2 --file /path/to/the/file
47
48
php bin/console send-message --from mycompanyAS2 --to phpas2 --file /path/to/the/file
49
```
50
0 commit comments