From 5426316b23b3602d76b3e3cd567a9d8862a31ef7 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 14 Feb 2017 13:09:23 +0530 Subject: [PATCH] Adding clarity on how to enter the password --- pages/common/msmtp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/msmtp.md b/pages/common/msmtp.md index 6f9330fc6f..4680fd78b3 100644 --- a/pages/common/msmtp.md +++ b/pages/common/msmtp.md @@ -11,6 +11,6 @@ `echo {{"Hello world"}} | msmtp --account={{account_name}} {{to@example.org}}` -- Send an email without a configured account: +- Send an email without a configured account. The password should be specified in the `~/.msmtprc` file: `echo {{"Hello world"}} | msmtp --host={{localhost}} --port={{999}} --from={{from@example.org}} {{to@example.org}}`