From d37ffb9b1eca1c8ee3700922aae1cd0cd1cb6d0f Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 7 Dec 2014 16:13:12 +0100 Subject: [PATCH] Update README with the new example client option for subject --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b29b1f1..40f7e1e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Example There is an example command-line program included: ```sh $ cargo test -$ env RUST_LOG=info ./target/examples/client -r sender@localhost recipient@localhost < email.txt +$ env RUST_LOG=info ./target/examples/client -s "My subject" -r sender@localhost recipient@localhost < email.txt INFO:smtp::client: connection established to 127.0.0.1:25 INFO:smtp::client: from=, size=989, nrcpt=1 INFO:smtp::client: to=, status=sent (250 2.0.0 Ok: queued as 9D28F1C0A51)