           SPELL=msmtp
         VERSION=1.8.32
     SOURCE_HASH=sha512:d72d937187496a36a69809f051f98de34fe0ca6e0b65b64c80f283c98de5a5b66f3b444a6af2f995d8f54db878678baffecfc42ccb7ba51b3450690913932776
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.xz
# Watch: https://marlam.de/msmtp/download
   SOURCE_URL[0]="https://marlam.de/msmtp/releases/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="https://marlam.de/msmtp/"
         ENTERED=20040412
      LICENSE[0]=GPL
        KEYWORDS="email mail"
           SHORT="SMTP client/mail forwarder"
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
