-
v0.1.1 — public beta Pre-release
released this
2026-05-20 16:24:37 +02:00 | 102 commits to main since this releaseFirst 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
- Download
lrob-email-toolkit-0.1.1.zipbelow. - WordPress admin → Plugins → Add New → Upload Plugin → Activate.
- 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). ConfigureAUTH_KEYinwp-config.phpbefore saving any secret. - Requires PHP 8.1+ / WordPress 6.0+.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- SMTP — multi-identity routing, per-source rules, encrypted credentials, native