https://github.com/snvfk1n/smtp-tester-bin
📬 cli script for the `smtp-tester` library
https://github.com/snvfk1n/smtp-tester-bin
nodejs smtp testing
Last synced: 2 months ago
JSON representation
📬 cli script for the `smtp-tester` library
- Host: GitHub
- URL: https://github.com/snvfk1n/smtp-tester-bin
- Owner: snvfk1n
- License: mit
- Created: 2017-02-16T16:28:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T08:10:22.000Z (about 9 years ago)
- Last Synced: 2026-03-29T09:57:06.431Z (3 months ago)
- Topics: nodejs, smtp, testing
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smtp-tester-bin
This is a simple wrapper for running @deitch's
[`smtp-tester`](https://github.com/deitch/smtp-tester) via CLI.
## Usage
The SMTP server is bound to `localhost` by default. You may specify the port
(which defaults to 3025) via the `--port` argument, for example:
```sh
$ smtp-tester --port 3026
```