smtp-server-as-promised
Advanced tools
Changelog
v4.0.0 2018-09-09
Changelog
v3.2.0 2018-02-13
host
, port
and backlog
are part of
SMTPServerAsPromisedOptions
.Changelog
v3.1.1 2018-02-13
updateSecureOption
with TlsServerOptions
type as an
argument.Changelog
v3.1.0 2018-02-09
close
.import foo from 'foo'
syntax.Changelog
v3.0.0 2018-01-25
usePromiseReadable
option. onData
handler gives Readable
stream always.