Releases: alash3al/smtp2http
Releases · alash3al/smtp2http
v3.1.0
- fetch the
To
from RCPT TO
- fetch the
From
from MAIL FROM
- converted the
To
and From
to a single value instead of a slice.
- added
--timeout.read
and --timeout.write
for read and write timeout.
- smaller build size using
-ldflags="-s -w"
.
v3.0.0
- moved from
multipart/form-data
to json
payload.
- included both embedded files and attachments as base64 encoded data.
v2.0.0
- added all possible headers I can fetch
- added SPF result
- updated dependencies