-
Here's the SMTP exchange:
```
220 smtp2http ESMTP Service Ready
HELO zeus
250 2.0.0 Hello zeus
MAIL FROM:
250 2.0.0 Roger, accepting mail from
RCPT TO:
250 2.0.0 I'll make sure gets this
…
-
git clone git@github.com:Zingle/smtp2http.git
Cloning into 'smtp2http'...
The authenticity of host 'github.com (140.82.118.3)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1I…
-
I think that idea is cool, but can you split to library and cmd packages? For easy integration with own app?