1.0.2 • Published 10 years ago
smtp-server-cli v1.0.2
smtp-server-cli
A development smtp server used to log incoming smtp messages.
Installation
$ npm install -g smtp-server-cliUsage
$ smtp-serverOptions
By default the server will run on port 2525 to avoid requiring additional permissions. This can be overriden by providing the -p or --port option.
Example:
$ smtp-server --port 1025