GRAVITYSMTP_ENABLED_EXPERIMENTAL_FEATURES

Description

The GRAVITYSMTP_ENABLED_EXPERIMENTAL_FEATURES constant allows you to enable or disable experimental features in Gravity SMTP.
All features are disabled by default.

Usage

define( 'GRAVITYSMTP_ENABLED_EXPERIMENTAL_FEATURES', array( 'feature_name' => true ) );

Examples

Enable Alerts

define( 'GRAVITYSMTP_ENABLED_EXPERIMENTAL_FEATURES', array( 'alerts_management' => true ) );

Placement

Constants should be set in wp-config.php.

Since

This constant was added in Gravity SMTP version 1.6.0