Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@alash3al alash3al released this 10 Jun 20:09
· 26 commits to master since this release
  • 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".