Skip to content

Releases: axllent/sndmail

v1.0.1

01 Oct 04:19

Choose a tag to compare

Chore

  • Set HELO/EHLO using hostname
  • Update Go dependencies
  • Bump actions/setup-go from 5 to 6
  • Bump actions/stale from 9.1.0 to 10.0.0

v1.0.0

28 Jun 10:03

Choose a tag to compare

Feature

  • Add ability to check for latest version and self-update functionality

Chore

  • Change dependabot checks to quarterly
  • Add golangci-lint tests to GitHub Actions
  • Normalize error messages and improve resource cleanup in SMTP-related functions
  • Switch to cliff for changelog generation

v0.0.8

03 Jun 05:50

Choose a tag to compare

Fix

v0.0.7

14 Mar 05:04

Choose a tag to compare

Chore

  • Use Message-ID instead of Message-Id
  • Reset LastActive after successful SMTP on standard input
  • Update Go dependencies

v0.0.6

11 Jul 04:18

Choose a tag to compare

Chore

  • Automatically generate email headers if input does not contain valid email headers (#10)
  • Add changelog

v0.0.5

09 Jul 05:02

Choose a tag to compare

  • Fix: Prevent additional "\r\n.\r\n" after DATA is over (#10)
  • Feature: Add Message-Id and Date headers (if missing)
  • Update Go dependencies

v0.0.4

22 Dec 22:38

Choose a tag to compare

  • Support for -f 'Name <[email protected]>' format (I'm looking at you WordPress!)
  • Update Go modules

v0.0.3

13 Jun 09:48

Choose a tag to compare

  • Feature: Add optional logging
  • Update installer
  • Strip debug info from binary

v0.0.2

12 Jun 08:20

Choose a tag to compare

  • Build executable as sndmail rather than sendmail

v0.0.1

11 Jun 09:55

Choose a tag to compare

  • First release