postfix
Postfix mail transfer agent (MTA) control program. See also dovecot, a mail delivery agent (MDA) that integrates with Postfix. More information: <http://www.postfix.org>.
RUN apt-get update && \
apt-get install -y postfix
RUN apt-get update && \
apt-get install -y postfix
RUN apk add postfix
RUN pacman -S --noconfirm postfix
RUN apt-get update && \
apt-get install -y postfix
RUN yum install -y postfix
RUN dnf install -y postfix
RUN apt-get update && \
apt-get install -y postfix