WP Manifestindependent plugin directory
manifest / integrations / rechnerei-inquiries-wordpress

Rechnerei Inquiries

WordPress plugin: forwards outgoing site emails (contact form notifications, etc.) to your Rechnerei inquiries inbox.

by Rechnerei · github.com/lucidlemon/rechnerei-inquiries-wordpress · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lucidlemon/rechnerei-inquiries-wordpress/archive/refs/heads/main.zip

Rechnerei Inquiries (WordPress plugin)

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:

  1. Skips it if it looks like a WordPress/plugin system notification (update available, backup complete, password reset, ...) based on an editable keyword list.
  2. Otherwise tries to extract a name, email address, phone number, and event date from the email's Reply-To header and body text.
  3. 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

  1. Download the latest main branch as a zip, or from your Rechnerei account under Inquiries → Website integration.
  2. Upload via Plugins → Add New → Upload Plugin in WordPress, or extract into wp-content/plugins/.
  3. 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.