Internal SMTP relay for docker containers.
You must configure your domain accordingly (reverse DNS, SPF, ...) for mail not to be considered as spam.
Docker : https://hub.docker.com/r/xadozuk/smtp-relay
Github : https://github.com/xadozuk/docker-smtp-relay
This image has not been extensively tested for security.
Only containers from docker network can use the smtp relay.
You shouldn't expose the port 25 of this container directly on the Internet.
docker run -d --name smtp-relay -e SMTP_HOSTNAME=smtp.domain.tld xadozuk/smtp-relay
docker run -d --link smtp-relay:smtp <image>
smtp:25 inside your container.Content type
Image
Digest
Size
17.1 MB
Last updated
almost 10 years ago
docker pull node3030/smtp-relay