diff options
author | nbm <nbm@FreeBSD.org> | 2003-08-23 03:27:55 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2003-08-23 03:27:55 +0800 |
commit | 1176c7b79c4bdfda360ca9a157972fadb6c7e2a7 (patch) | |
tree | 1545dd92e6730152ebb12c1008382bfa85e49fd7 /mail/msmtp/pkg-descr | |
parent | 877fe5c1a8bded4e0d10bc5143231563cfbef5a8 (diff) | |
download | freebsd-ports-gnome-1176c7b79c4bdfda360ca9a157972fadb6c7e2a7.tar.gz freebsd-ports-gnome-1176c7b79c4bdfda360ca9a157972fadb6c7e2a7.tar.zst freebsd-ports-gnome-1176c7b79c4bdfda360ca9a157972fadb6c7e2a7.zip |
Add msmtp 0.4.2, an SMTP "plugin" for MUAs.
PR: 55877
Submitted by: R.I.Pienaar <rip@devco.net>
Diffstat (limited to 'mail/msmtp/pkg-descr')
-rw-r--r-- | mail/msmtp/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/msmtp/pkg-descr b/mail/msmtp/pkg-descr new file mode 100644 index 000000000000..1267b722b24b --- /dev/null +++ b/mail/msmtp/pkg-descr @@ -0,0 +1,18 @@ +msmtp -- SMTP plugin for MUAs + +This is a simple program that works as an "SMTP plugin" for Mutt and probably +other MUAs (mail user agents). msmtp forwards mails to an SMTP server (for +example at a free mail provider) which does the delivery. + +Features include: + * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5 + * TLS encrypted connections + * IPv6 support + * robustness + * detailed error messages (including the full answer of the SMTP server) + if something goes wrong + * sendmail compatible exit codes (which most MUAs understand). + +Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail + +WWW: http://msmtp.sourceforge.net/ |