Skip to content

Releases: blburns/simple-smtp-mailer

simple-smtp-mailer v0.2.1 - Repository Sanitization

03 Jan 15:16

Choose a tag to compare

Release v0.2.1: Repository sanitization and security cleanup

This release focuses on repository sanitization and security improvements:

Security & Privacy Improvements

  • ✅ Sanitized all real domain names from repository (replaced with placeholder domains)
  • ✅ Rewritten entire git history to remove sensitive information
  • ✅ Updated all documentation and configuration examples
  • ✅ Removed compiled binaries from repository
  • ✅ Maintainer contact (support@blburns.com) preserved correctly

Changes

  • All example configs now use generic placeholder domains (domain1.com, domain2.com, etc.)
  • Complete git history rewrite to ensure no sensitive data remains
  • Improved repository hygiene by removing compiled binaries

Note

This is a repository cleanup release. No new packages are included as this release focuses on sanitizing the codebase and git history.

Support

For issues or questions, contact: support@blburns.com

simple-smtp-mailer v0.2.0

01 Jan 22:16

Choose a tag to compare

simple-smtp-mailer v0.2.0 Release Notes

Release Information

  • Version: 0.2.0
  • Release Date: 2026-01-01 16:14:02 UTC
  • Git Commit: 933b5ae
  • Git Date: 2026-01-01
  • Release Manager: Centralized Release Script

Packages Included

  • simple-smtp-mailer-0.2.0-macos-intel.pkg

    • Platform: MacOS
    • Architecture: Intel
    • Size: 448K
  • simple-smtp-mailer-0.2.0-macos-intel.dmg

    • Platform: MacOS
    • Architecture: Intel
    • Size: 1.0M
  • simple-smtp-mailer-0.2.0-src.zip

    • Platform: Unknown
    • Architecture: Unknown
    • Size: 212K
  • simple-smtp-mailer-0.2.0-linux-debian-amd64.deb

    • Platform: Linux (Debian/Ubuntu)
    • Architecture: x86_64/AMD64
    • Size: 436K
  • simple-smtp-mailer-0.2.0-src.tar.gz

    • Platform: Unknown
    • Architecture: Unknown
    • Size: 144K
  • simple-smtp-mailer-0.2.0-linux-generic-amd64.rpm

    • Platform: Linux (RedHat/CentOS)
    • Architecture: x86_64/AMD64
    • Size: 352K

What's New in v0.2.0

  • Enhanced email sending capabilities
  • Improved SMTP and API client support
  • Better error handling and logging
  • Cross-platform compatibility improvements
  • macOS DMG with PKG installer, LICENSE, README, and documentation
  • Improved macOS PKG installer with proper component display

Supported Platforms

  • Linux: Debian/Ubuntu (.deb), Red Hat/CentOS (.rpm), Generic (.tar.gz)
  • macOS: Intel (.dmg, .pkg), Apple Silicon (.dmg, .pkg), Universal (.dmg, .pkg)
  • Windows: Installer (.exe), MSI Package (.msi)
  • Source: Source code archive (.tar.gz, .zip)

Installation

Linux (Debian/Ubuntu)

sudo dpkg -i simple-smtp-mailer-0.2.0-linux-debian-amd64.deb

Linux (Red Hat/CentOS)

sudo rpm -i simple-smtp-mailer-0.2.0-linux-generic-amd64.rpm

macOS

  1. Open the .dmg file
  2. Double-click the .pkg installer
  3. Follow the installation wizard

The DMG also contains:

  • LICENSE file
  • README.md
  • docs/ directory with documentation

Windows

Run the .exe installer and follow the setup wizard.

Documentation

For detailed documentation, visit: https://github.com/blburns/simple-smtp-mailer

Support

If you encounter any issues, please:

  1. Check the documentation
  2. Search existing issues
  3. Create a new issue with detailed information

Changelog

See the CHANGELOG.md file for a complete list of changes.

Release v0.1.0

27 Dec 04:04

Choose a tag to compare

Release notes for version 0.1.0