makemap
secure, reliable, lean, and easy-to configure SMTP server
RUN apt-get update && \
apt-get install -y sendmail-bin
RUN apt-get update && \
apt-get install -y sendmail-bin
RUN apk add opensmtpd
RUN pacman -S --noconfirm opensmtpd
RUN apt-get update && \
apt-get install -y sendmail-bin
RUN yum install -y sendmail
RUN dnf install -y sendmail
RUN apt-get update && \
apt-get install -y sendmail-bin