GRAVITYSMTP_MAX_EVENT_RECORDS

Description

Setting this constant will define the maximum number of records stored by email logging as part of the log retention settings. When this constant is set, the Logging settings UI will indicate its presence and display the defined maximum record count. This setting operates alongside the Log Retention Period.

Usage

Limit to 500 records.

define( 'GRAVITYSMTP_MAX_EVENT_RECORDS', 500 );

Placement

Constants should be set in wp-config.php.

Since

Gravity SMTP version 1.3.1.