2.2.0 • Published 4 years ago

rest-smtp-sink v2.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

rest-smtp-sink

NPM Version NPM Downloads Node.js Version Build Status Dependency Status Coverage Status

NPM

Similar to FakeSMTP, rest-smtp-sink is a SMTP server and web server. It stores e-mails it receives in a SQLite database, and serves them via its own web server, with a RESTful API.

Install

npm install -g rest-smtp-sink

Usage

rest-smtp-sink

Creates a server using the default SMTP port of 2525, HTTP port of 2526, and a database with the file name rest-smtp-sink.sqlite

Options

-l, --listen [port]

TCP port to listen on for HTTP

-s, --smtp [port]

TCP port to listen on for SMTP

-f, --file [file]

SQLite database file

2.2.0

4 years ago

2.1.3

8 years ago

2.1.2

8 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago