maildev

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

OTHER License

Downloads
192.4K
Stars
4.7K
Committers
71

Bot releases are visible (Hide)

maildev - v0.9.1 - Display unread count in title

Published by djfarrelly over 9 years ago

#55 - added unread items count in the

maildev - v0.9.0 - Export raw .eml files

Published by djfarrelly over 9 years ago

#54 - Add ability to download .eml files

maildev - v0.8.1 - Fix temp directory bug

Published by djfarrelly over 9 years ago

Includes #53 to fix bug introduced in #52

maildev - v0.8.0 - Add view email source. Fix running multiple instances.

Published by djfarrelly over 9 years ago

Includes work from #49 & #52

maildev - v0.7.0 - Add Docker support

Published by djfarrelly almost 10 years ago

This includes the work from "Support Dockerization" #46.

There is now a MailDev docker image on Docker Hub maintained by the third party here: https://registry.hub.docker.com/u/stratdat/maildev/

maildev - v0.6.3 - Add auto-show new emails

Published by djfarrelly almost 10 years ago

Add new features and UI adjustments from #41 and #42.

maildev - v0.6.2 - Fix module entry point

Published by djfarrelly almost 10 years ago

Fixes module entry point so it's require-able. Fixes relative paths for web GUI.
Includes work from #37, #38 and #40.

maildev - v0.6.1 - Improvements and bug fixes

Published by djfarrelly almost 10 years ago

This adds a few improvements for

  • Long running SMTP forwarding fix
  • Running on a local machine
  • Allowing SMTP forwarding through and open relay
  • Handling larger volumes of emails.
maildev - v0.6.0 - Relay email to another SMTP server

Published by djfarrelly almost 10 years ago

This release adds the functionality to send each email to it's original recipient via 3rd party SMTP server, ex. Gmail, Sendgrid. This is ideal for catching emails during dev, but forwarding select emails for email client/device testing.

maildev - v0.5.2 - Lock down dependency versions

Published by djfarrelly over 10 years ago

MailDev wasn't installing running correct when installed with the Socket.io 1.0 release. This solidifies all versions so MailDev will always work on install from NPM.

maildev - v0.5.1 - Safari/Webkit menu bugfix

Published by djfarrelly over 10 years ago

This releases #14 to fix an ugly menu layout issue in Safari/Webkit.

maildev - v0.5.0 - App redesign and new command line interface

Published by djfarrelly almost 11 years ago

Added command like interface using Commander.js. Complete redesign of Web GUI. Refactor all mailserver methods to follow node callback pattern.

maildev - v0.4.0 - Attachments

Published by djfarrelly almost 11 years ago

Added ability to receive and access attachments.