Code Monkey home page Code Monkey logo

mail-monkey's Introduction

Mail Monkey

Mail Monkey is a simple application to test your emails during development.

mail-monkey

Install

$ npm install -g gtuk/mail-monkey#master

Run & Configure

$ mail-monkey --help
Usage: mail-monkey [options]

Options:
  -V, --version                              output the version number
  --smtp-port <port>                         SMTP port to catch emails [1025] (default: 1025)
  --smtp-host <port>                         SMTP host to catch emails [false] (default: false)
  --ui-port <port>                           UI port for the webinterface [3000] (default: 3000)
  --verbose                                  If set the stmp server will use its internal logger [false] (default: false)
  --relay                                    If set and the required relay options are specified you can relay the messages to a third party email server.  (default: false)
  --relay-host <relayHost>                   The address of the server you want to relay the email to. (default: false)
  --relay-port <relayPort>                   The port of the server you want to relay the email to. (default: false)
  --relay-secure                             If set the connection will only use TLS. If not set, TLS may still be upgraded to if available via the STARTTLS command. (default: false)
  --relay-require-tls                        If set and replay-secure is not set, it forces nodemailer to use STARTTLS even if the server does not advertise support for it. (default: true)
  --relay-auth-username <relayAuthUsername>  The username for the relay email third party email server (default: false)
  --relay-auth-password <relayAuthPassword>  The username for the relay email third party email server. (default: false)
  -h, --help                                 output usage information

$ mail-monkey --ui-port 8080
SMTP server listening on port 1025!
Webinterface listening on port 8080!

TODO

  • Improve test coverage
  • Extend README
  • Publish to npm
  • Migrate frontend code to vue.js

mail-monkey's People

Contributors

gtuk avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.