-
v0.1.4 Stable
released this
2025-09-10 20:04:19 +02:00 | 0 commits to main since this releasefurt v0.1.4 - SMTP Delivery Improvements
🚀 What's New
Fixed mail delivery spam classification - emails now reliably reach inbox instead of spam folder.
🔧 Bug Fixes
- SMTP Headers: Added missing Message-ID, MIME-Version, and Content-Transfer-Encoding headers
- Spam Score: Improved from 10.42/10.00 (reject) to 4.80/10.00 (clean delivery)
- Production Ready: Verified with mail-tester.com (10/10 score) and real-world SMTP testing
📧 Technical Details
Added required SMTP headers to prevent spam classification:
Message-ID: Generated from timestamp and domainMIME-Version: 1.0: Proper email formattingContent-Transfer-Encoding: 8bit: UTF-8 content support
🎯 Impact
Website contact forms now deliver reliably to recipient inboxes across major email providers (Gmail, Outlook, Apple Mail).
📦 Installation
curl https://smida.dragons-at-work.de/DAW/furt/releases/v0.1.4/furt-v0.1.4.tar.gz tar -xzf furt-v0.1.4.tar.gz cd furt-v0.1.4 ./install.shFull Changelog: https://smida.dragons-at-work.de/DAW/furt/compare/v0.1.3...v0.1.4