• v0.1.1 9d7db33e91

    UltimateByte released this 2026-05-20 16:24:37 +02:00 | 102 commits to main since this release

    First public pre-release. Three modules production-usable today, schema may still evolve before 1.0.

    Shipped

    • SMTP — multi-identity routing, per-source rules, encrypted credentials, native mail() fallback, default TLS/465.
    • Email Logging — log/search/filter/resend, retention, dashboard activity charts.
    • Contact Form — from-scratch WYSIWYG editor (drag/drop, columns, inline settings, autosave, undo/redo), starter templates, stacked anti-spam (honeypot + time-trap + rate-limit + captcha), submission logging.
    • Captcha (service module, always on) — per-context routing with multi-identity per provider. Built-in: math + picture-recognition. Hosted: hCaptcha. Turnstile / reCAPTCHA designed to plug in.

    Languages

    • 🇬🇧 English
    • 🇫🇷 French — 100% coverage

    Install

    1. Download lrob-email-toolkit-0.1.1.zip below.
    2. WordPress admin → Plugins → Add New → Upload Plugin → Activate.
    3. Email Toolkit → enable the modules you need (all off by default).

    Coming next

    • IMAP "Save to Sent" archive (v0.2)
    • Newsletter module (v0.3)
    • Cross-feature captcha for comments / newsletter signup / lost password / registration (v0.5)
    • Webhook Integrations module (v0.6)
    • Public auto-update via GitHub releases (v1.0)

    Notes

    • Pre-1.0 — migrations between versions are idempotent, downgrades are not supported.
    • SMTP / captcha credentials encrypted at rest with AES-256-GCM (derived from AUTH_KEY). Configure AUTH_KEY in wp-config.php before saving any secret.
    • Requires PHP 8.1+ / WordPress 6.0+.
    Downloads