Pullup tickets #3103 and #3106.
[pkgsrc.git] / mail / msmtp / DESCR
1 msmtp -- SMTP plugin for MUAs
2
3 This is a simple program that works as an "SMTP plugin" for Mutt
4 and probably other MUAs (mail user agents).  msmtp forwards mails
5 to an SMTP server (for example at a free mail provider) which does
6 the delivery.
7
8 Features include:
9     * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5
10     * TLS encrypted connections
11     * IPv6 support
12     * robustness
13     * detailed error messages (including the full answer of the
14       SMTP server) if something goes wrong
15     * sendmail compatible exit codes (which most MUAs understand).
16
17 Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail.