Search by

lucidlemon / rechnerei-inquiries-wordpress

lucidlemon

WordPress plugin: forwards outgoing site emails to your Rechnerei inquiries inbox.

Package info

github.com/lucidlemon/rechnerei-inquiries-wordpress

Homepage

Type:wordpress-plugin

pkg:composer/lucidlemon/rechnerei-inquiries-wordpress

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-09-18 12:53 UTC

This package is auto-updated.

Last update: 2026-09-18 13:07:13 UTC


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:

  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.