msmtp

An SMTP client. It reads text from stdin and sends it to an SMTP server. More information: <https://marlam.de/msmtp>.

Debian Debian
RUN apt-get update && \ apt-get install -y msmtp
Ubuntu
RUN apt-get update && \ apt-get install -y msmtp
Alpine
RUN apk add msmtp
Arch Arch Linux
RUN pacman -S --noconfirm msmtp
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y msmtp
Fedora
RUN dnf install -y msmtp
Raspbian
RUN apt-get update && \ apt-get install -y msmtp
click the source code to copy install msmtp on any operating system with command-not-found.com