lucidlemon / rechnerei-inquiries-wordpress
WordPress plugin: forwards outgoing site emails to your Rechnerei inquiries inbox.
Package info
github.com/lucidlemon/rechnerei-inquiries-wordpress
Type:wordpress-plugin
pkg:composer/lucidlemon/rechnerei-inquiries-wordpress
Requires
- composer/installers: ^1.0 || ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Forwards outgoing site emails (contact form notifications, etc.) to your Rechnerei inquiries inbox — without ever affecting the site's own email delivery.
See readme.txt for the full WordPress.org-style plugin description, FAQ, and setup instructions.
How it works
Instead of wiring a specific contact form plugin to Rechnerei, this plugin listens to WordPress' own wp_mail filter, which every plugin and WordPress core itself sends through. For every outgoing email it:
- Skips it if it looks like a WordPress/plugin system notification (update available, backup complete, password reset, ...) based on an editable keyword list.
- Otherwise tries to extract a name, email address, phone number, and event date from the email's Reply-To header and body text.
- If anything useful was found, forwards it to your Rechnerei inquiries endpoint — fire-and-forget, so a slow or unreachable Rechnerei API can never slow down mail sending.
The intercept() hook always returns the original mail arguments completely unmodified, regardless of what happens internally, so this plugin cannot prevent, delay, or alter the site's actual outgoing email.
Installation
- Download the latest
mainbranch as a zip, or from your Rechnerei account under Inquiries → Website integration. - Upload via Plugins → Add New → Upload Plugin in WordPress, or extract into
wp-content/plugins/. - Activate, then go to Settings → Rechnerei Inquiries and paste in your endpoint URL and API token (found in Rechnerei under Inquiries → Website integration).
License
GPL-2.0-or-later — see LICENSE.