GRAVITYSMTP_TEST_MODE

Description

Setting this constant will enable or disable Test Mode in which all emails are retained within WordPress and not sent to external integrations. When Email Logging is enabled, these retained emails are logged for your reference and analysis.

Usage

define( 'GRAVITYSMTP_TEST_MODE', false );

Placement

Constants should be set in wp-config.php.