Go Smtp Mock Versions Save

SMTP mock server written on Golang. Mimic any 📤 SMTP server behavior for your test environment with fake SMTP server.

v2.3.0

2 months ago

Changelog

  • 88a83d2 Bufix/Remove duplicate code (#175)
  • c54b8d7 Bugfix/Fix Messages race conditions (#173)
  • be35e5a Feature/Add MessagesAndPurge to server (#174)
  • 278329c Merge pull request #179 from mocktools/develop
  • b8048cc Technical/Add commitspell linter (#170)
  • 9391072 Technical/Add server.Messages() race condition tests (#177)
  • e6ad990 Technical/Refactor codebase (#176)
  • 376a658 Technical/Update package version (#178)

v2.2.1

4 months ago

Changelog

  • d91c065 Merge pull request #169 from mocktools/develop
  • 640f9c6 Technical/Ability to build ARM x64 release (#168)
  • d57913a Technical/Update license (#166)

v2.2.0

5 months ago

Changelog

  • 13b462e Feature/Localhost as valid domain name for MAILFROM, RCPTTO commands (#160)
  • 12fc9a5 Merge pull request #162 from mocktools/develop
  • 511345f Merge pull request #165 from mocktools/develop
  • ce0d8aa Technical/Update documentation (#163)
  • 950ee14 Technical/Update goreleaser config (#164)
  • 50486eb Technical/Update tests (#159)
  • ee2f518 Technical/Updated CircleCI config (#161)

v2.1.0

11 months ago

Changelog

  • cce7367 Feature/Ability to use NOOP command (#157)
  • d29f933 Merge pull request #158 from mocktools/develop

v2.0.5

1 year ago

Changelog

  • 16fa025 Merge branch 'master' into develop
  • 1a98bcd Merge pull request #152 from mocktools/develop
  • 2ba7fc2 Technical/Refactor sh scripts (#149)
  • 7fc538a Technical/Update releasing flow (#151)

v2.0.4

1 year ago

Changelog

  • be5712c Merge pull request #148 from mocktools/develop
  • 8430019 Technical/Update deploy config (#147)

v2.0.2

1 year ago

Changelog

  • 8c0cb5c Technical/Update CircleCI config (#136)
  • 8b45602 Technical/Update CircleCI config (#139)
  • b2e7778 Technical/Update changelog (#140)
  • f5a1a1d Technical/Update documentation (#138)

v2.0.1

1 year ago

Changelog

  • fa496f4 Bugfix/Autobuilds of smtpmock binary doesn't set version notes (#132)
  • 6076797 Technical/Refactor Server, test helpers (#130)
  • 1b2ab0e Technical/Update changelog (#133)

v2.0.0

1 year ago

Changelog

  • 2b0dfc1 Bugfix/Fix Server Race Conditions (#125) (#127)
  • decf20d Feature/Ability to use multiple RCPT TO commands during one session (#126)
  • cfd75c4 Technical/Add license scan report and status (#122)
  • b701c1f Technical/Remove license scan report and status (#123)

v1.10.0

1 year ago

Changelog

  • 8636bf1 Feature/Ability to use address literal as valid HELO command argument (#116)
  • dbec0be Technical/Update documentation (#117)