Maildev Versions Save

:mailbox: SMTP Server + Web Interface for viewing and testing emails during development.

0.13.4

7 years ago

Work from #122

0.13.3

8 years ago

MailDev will now shutdown it's internal services when the SIGTERM signal is signaled. This makes stopping the docker container much faster and it will exist with a 0 code instead of the previous error code.

Includes work from #120

0.13.2

8 years ago

Fixes issue where only the first inline image would be replaced (#116)

Includes work form #117.

0.13.1

8 years ago

Now using the alpine base image for Docker, dramatically reducing image size on Docker hub as of this release. Includes a bug fix for nodemailer from #111.

0.13.0

8 years ago

New documentation to show this added functionality.

Includes #98, #108, #109 and fixes for #97. Various dependencies updated to latest versions.

0.12.2

8 years ago

Includes the path fix in #107 which addresses compatibility with Node 5.7 (#106)

0.12.1

8 years ago

Includes fixes from #84, #85, #87 as well as a fix for #69

0.12.0

8 years ago

This includes new features from #78 and #81

0.11.0

8 years ago

This includes using a new smtp server for Node >= 0.12 and io.js. Includes #74, #77.

0.10.0

9 years ago
  • Feature - Adding the ability to require authentication on the SMTP server (#58)
  • Feature - Add ability to specify binding IP address for services (#63)
  • Feature - Adding HTTP auth options (#59)
  • Fix - Prevent full refresh of UI when deleting a single email (#61)