Postfix SMTP Relay
Simple Postfix SMTP TLS relay docker image based on Alpine Linux, designed for forwarding emails through external SMTP providers like Gmail, Amazon SES, or Mailgun.
About
This Docker image provides a lightweight Postfix SMTP server designed for centralized outgoing email handling in Docker environments. Unlike full mail servers, it's optimized for application mail queues rather than user mailboxes, exposing port 587 for secure submission. It's par…