wrap commands in readme
This commit is contained in:
parent
1f917ee2db
commit
26fe258d13
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -19,17 +19,19 @@ Read the message body from a file instead:
|
||||||
|
|
||||||
Send the message to multiple recipients:
|
Send the message to multiple recipients:
|
||||||
|
|
||||||
mal -M mesgfile -t joe@example.org -t jane@example.org \
|
mal -M mesgfile -t joe@example.org -t jane@example.org -P password123 \
|
||||||
-P password123 you@example.org
|
you@example.org
|
||||||
|
|
||||||
If SSL is not working properly, use an insecure connection with -k:
|
If SSL is not working properly, use an insecure connection with -k:
|
||||||
|
|
||||||
mal -k -m 'hello!' -t joe@example.org -P password123 you@example.org
|
mal -k -m 'hello!' -t joe@example.org -P password123 \
|
||||||
|
you@example.org
|
||||||
|
|
||||||
To send a message from an address with a plus in it, manually specify
|
To send a message from an address with a plus in it, manually specify
|
||||||
the username with -u:
|
the username with -u:
|
||||||
|
|
||||||
mal -m 'hello!' -t joe@example.org -u you -P password123 you+malbot@example.org
|
mal -m 'hello!' -t joe@example.org -u you -P password123 \
|
||||||
|
you+malbot@example.org
|
||||||
|
|
||||||
Read a quick usage example:
|
Read a quick usage example:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue