An open API service indexing awesome lists of open source software.

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

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
```