README
SMTP Test Server
SMTP server for testing clients. Doesn't do actually too much useful, just accepts the message and returns the md5 hash of it.
License
MIT
Test server for SMTP clients. Does not store messages, returns md5 hash instead.
<script type="module">
import smtpTestServer from 'https://cdn.skypack.dev/smtp-test-server';
</script>
SMTP server for testing clients. Doesn't do actually too much useful, just accepts the message and returns the md5 hash of it.
MIT