blob: 1267b722b24b87db3f6d442f3e5f48c2b573d65a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/
|