Amanva – Silent Mode Alert for FluentSMTP

Description

Amanva – Silent Mode Alert for FluentSMTP helps WordPress administrators identify when FluentSMTP is configured not to send emails.

When FluentSMTP silent mode is enabled, the plugin checks this setting at a configurable interval and sends a reminder through every active FluentSMTP notification channel. Telegram, Slack, Discord, and Pushover are supported.

When silent mode is enabled but no FluentSMTP notification channel is configured, the plugin also displays a warning in the WordPress dashboard.

This independent plugin is not affiliated with, endorsed by, or supported by FluentSMTP.

Author

Amanva – Silent Mode Alert for FluentSMTP is developed and maintained by Adam Bichler.

For support, use the support forum on the plugin’s WordPress.org page. The source code is maintained on GitHub.

Features

  • Automatically detects FluentSMTP silent mode.
  • Sends reminders through all active FluentSMTP notification channels.
  • Supports Telegram, Slack, Discord, and Pushover through FluentSMTP.
  • Configures the check interval in minutes; the default is 15 minutes.
  • Temporarily disables reminders until a selected date and time.
  • Automatically clears an expired notification pause.
  • Provides a button to send a test notification from the plugin settings.
  • Displays a prominent dashboard warning when no notification channel is available.
  • Uses German as the default language and supports translations.

Requirements

  • WordPress 6.5 or later.
  • PHP 7.4 or later.
  • FluentSMTP installed and active.
  • At least one active FluentSMTP notification channel for external alerts.

Privacy

This plugin does not collect personal data, send data to its own servers, or store personal data. It stores only the configured interval and the notification pause timestamp in the WordPress options table.

When FluentSMTP silent mode is enabled or an administrator uses the test button, this plugin instructs FluentSMTP to send a predefined message through every enabled channel. The message contains the website home page URL and a notice that FluentSMTP silent mode is enabled. The selected service receives this message through the administrator’s existing FluentSMTP configuration.

The plugin can use the following third-party services only when the administrator has configured the corresponding FluentSMTP notification channel:

Review the selected service’s terms and privacy policy before enabling a channel.

Installation

  1. Upload the amanva-silent-mode-alert-for-fluentsmtp folder to /wp-content/plugins/.
  2. Activate Amanva – Silent Mode Alert for FluentSMTP on the Plugins screen.
  3. Ensure that FluentSMTP is installed and active.
  4. Configure at least one notification channel in FluentSMTP.
  5. Open Settings > Silent Mode Alert to configure the interval and notification pause.
  6. Use Send test notification to verify the configured channels.

FAQ

Does this plugin send emails?

No. The plugin uses the configured FluentSMTP notification channels. It does not send reminders by email.

What happens when no notification channel is configured?

While silent mode is enabled, a warning is displayed in the WordPress dashboard. It links directly to the FluentSMTP notification settings.

What is the default check interval?

The default interval is 15 minutes. It can be changed in the plugin settings to a value between 1 and 1,440 minutes.

What does the notification pause do?

It suppresses external reminders until the selected date and time in the WordPress site time zone. Checks continue during the pause. After it expires, the field is cleared automatically and reminders resume at the next eligible check.

Does the test button depend on silent mode being enabled?

No. The test button sends a test notification to the active FluentSMTP channels regardless of the current silent mode setting or a configured notification pause.

Does the plugin replace FluentSMTP?

No. FluentSMTP remains responsible for email delivery and notification channel configuration. This plugin only monitors the silent mode setting and sends reminders through FluentSMTP.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Amanva – Silent Mode Alert for FluentSMTP” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.4

  • Translated all plugin interface strings, notifications, and code comments into English.

1.0.3

  • Updated the WordPress.org readme to standard English.
  • Renamed the WordPress settings menu item to Silent Mode Alert.

1.0.2

  • Updated the plugin name, slug, technical identifiers, and text domain to Amanva.
  • Corrected the contributor to the WordPress.org account theadam123.
  • Translated the user interface and notification texts into German.

1.0.1

  • Moved cron rescheduling from the sanitize callback to the option update hook.
  • Removed database writes from the settings getter; expired notification pauses are cleared by the cron handler.
  • Added uninstall cleanup for the plugin option, scheduled event, and multisite installations.
  • Removed manual translation loading because WordPress.org loads translations automatically.
  • Improved coding standards compliance and escaping.

1.0.0

  • Initial release.
  • Added silent mode checks and a configurable WP-Cron interval.
  • Added a notification pause and automatic expiry handling.
  • Added delivery through FluentSMTP channels and test notifications.
  • Added a dashboard warning and translation support.