• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H04-Nov-2021-6,0964,912

doc/H03-May-2022-5,0914,548

po/H03-May-2022-15,55512,708

scripts/H04-Nov-2021-1,9211,315

src/H04-Nov-2021-19,66114,553

ABOUT-NLSH A D12-Mar-202167 21

AUTHORSH A D12-Jun-2018215 43

COPYINGH A D11-Jun-201834.3 KiB675553

ChangeLogH A D04-Nov-2021131.6 KiB3,8362,696

ChangeLog.oldH A D11-Jun-201856.3 KiB1,1881,107

INSTALLH A D03-Oct-202115.4 KiB369287

Makefile.amH A D12-Mar-2021508 159

Makefile.inH A D04-Nov-202126.4 KiB851750

NEWSH A D04-Nov-202121.4 KiB550459

READMEH A D26-Dec-20201.6 KiB3629

THANKSH A D11-Jun-2018820 1916

aclocal.m4H A D04-Nov-2021173.6 KiB4,7124,427

config.h.inH A D04-Nov-20217.4 KiB269209

configureH A D04-Nov-2021347.9 KiB11,8219,972

configure.acH A D04-Nov-202112.3 KiB359340

README

1msmtp is an SMTP client.
2
3In the default mode, it transmits a mail to an SMTP server.
4
5To use this program with your mail user agent (MUA), create a configuration
6file with your mail account(s) and tell your MUA to call msmtp instead of
7/usr/sbin/sendmail.
8
9Features include:
10- Sendmail compatible interface (command line options and exit codes)
11- Support for multiple accounts
12- TLS support including client certificates
13- Support for Internationalized Domain Names (IDN)
14- Many authentication methods
15- Fast SMTP implementation using command pipelining
16- DSN (Delivery Status Notification) support
17- SOCKS proxy support
18
19msmtp runs on a wide variety of platforms. It needs little more than an ANSI C
20compiler and Berkeley-style sockets. It does not require any additional libraries,
21but it can use the following to enhance its feature set:
22- GnuTLS. The GnuTLS library provides TLS support.
23  Alternatively, libtls from the LibreSSL project can be used.
24- GNU SASL. Using the GNU SASL library adds support for some additional
25  authentication methods. You only need it for SCRAM-SHA-* and GSSAPI.
26- GNU libidn2. On modern Linux systems with recent glibc and GnuTLS
27  libraries, msmtp has automatic support for Internationalized Domain Names
28  (IDN). On other systems, IDN support is available via libidn2.
29
30The homepage of this program is <https://marlam.de/msmtp>.
31
32This program is free software; you can redistribute it and/or modify it under
33the terms of the GNU General Public License (see the file COPYING) as published
34by the Free Software Foundation; either version 3 of the License, or (at your
35option) any later version.
36