msmtp
An SMTP client. It reads text from stdin and sends it to an SMTP server. More information: <https://marlam.de/msmtp>.
RUN apt-get update && \
apt-get install -y msmtp
RUN apt-get update && \
apt-get install -y msmtp
RUN apk add msmtp
RUN pacman -S --noconfirm msmtp
RUN apt-get update && \
apt-get install -y msmtp
RUN dnf install -y msmtp
RUN apt-get update && \
apt-get install -y msmtp