Small mail server for use in development. Accepts mail for all addresses in one inbox.
189
To keep mail sent from development environments from reaching your clients, use this docker container as SMTP server. All mail is accepted and stored in one inbox.
Exposed ports: 25: This is where you point your mails at. 143: IMAP to check mail using your mailclient. (Please don't bind this port globally, but use --publish localhost:143:143 to keep others from accessing your development mail.)
IMAP credentials: Username: [email protected] Password: password
Content type
Image
Digest
Size
46.3 MB
Last updated
over 10 years ago
docker pull paneidos/devmail:alpha