diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-04-20 16:45:45 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-20 17:53:22 -0500 |
commit | 5622422b118108004e56eb53858551a2cf16685f (patch) | |
tree | 67906560252a7cf90ef627189dea7af99ce83238 /network/msmtp | |
parent | 6fa2a483b14f6af6cdb67878fd6a6a7cff271b19 (diff) | |
download | slackbuilds-5622422b118108004e56eb53858551a2cf16685f.tar.gz |
network/msmtp: Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'network/msmtp')
-rw-r--r-- | network/msmtp/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/msmtp/README b/network/msmtp/README index f78cb41d5b..f6a03b8429 100644 --- a/network/msmtp/README +++ b/network/msmtp/README @@ -3,8 +3,8 @@ msmtp is a simple SMTP client. In the default mode, msmtp transmits a mail to an SMTP server (for example, at a free mail provider) which does the delivery. -To use this program with your mail user agent (MUA), create a configuration -file with your mail account(s) and tell your MUA to call msmtp instead of -/usr/sbin/sendmail. +To use this program with your mail user agent (MUA), create a +configuration file with your mail account(s) and tell your MUA to call +msmtp instead of /usr/sbin/sendmail. libgsasl is an optional dependency. |