Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

maildev

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maildev

SMTP Server and Web Interface for reading and testing emails during development

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
89K
increased by14.67%
Maintainers
1
Weekly downloads
 
Created
Source

MailDev

MailDev is a simple way to test your project's generated emails during development with an easy to use web interface that runs on your machine. MailDev is built on using great open source projects including Express, AngularJS, and two great projects from Andris Reinman: Simple SMTP and Mailparser.

Install & Run

$ sudo npm install -g maildev
$ maildev

Usage

Configure your application to send emails via port 1025 and open localhost:1080.

MailDev Screenshot

Features

  • Toggle between HTML, plain text views as well as view email headers
  • Test Responsive Emails w/ resizeable preview pane available for 320/480/600px screen sizes

Develop

Roadmap

  • Add websockets for pushing email to the browser
  • Add sqlite or JSON storage w/ possibility to persist data after restarts
  • Write tests for server and client
  • Write grunt task for quick drop into projects using grunt

Ideas

Contribution

This initial release is rough and has room for improvement, if you find any errors, please try to describe them and file and issue. If you choose to run MailDev in development mode run grunt watch. Please create a pull request for any changes or big fixes.

Thanks

Thanks to Andris Reinman for creating his projects that are the backbone of this app.

License

MIT

Keywords

FAQs

Package last updated on 04 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc