           SPELL=msmtp
         VERSION=1.4.21
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
     SOURCE_HASH=sha512:e76d02fc705b95769b405c6b6803269710bcfc51f5cb08c6c3ed4e2ffd0ec88d39b8ab190c03266403fd97353dafd65aa60b9497b9e644c4304b67bb2504b003
        WEB_SITE=http://msmtp.sourceforge.net/
         ENTERED=20040412
      LICENSE[0]=GPL
        KEYWORDS="email mail"
           SHORT="a SMTP client"
cat << EOF
In the default mode, it 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.

Features include:
  * Sendmail compatible interface (command line options and exit codes).
  * Authentication methods PLAIN, LOGIN, CRAM-MD5, DIGEST-MD5, GSSAPI,
    and NTLM.
  * TLS/SSL both in SMTP-over-SSL mode and in STARTTLS mode.
    Full certificate trust checks can be performed. A client certificate
    can be sent.
  * Fast SMTP implementation using command pipelining.
  * Support for Internationalized Domain Names (IDN).
  * DSN (Delivery Status Notification) support.
  * RMQS (Remote Message Queue Starting) support (ETRN keyword).
  * IPv6 support.
  * Support for multiple accounts.
EOF
