Brevo Constants

Description

When set, these optional constants will override settings for the Brevo integration in Gravity SMTP. Default values are shown.

Placement

Constants should be set in wp-config.php.

Constants

GRAVITYSMTP_BREVO_API_KEY

Identifies the key used to authenticate with the Brevo API.

define( 'GRAVITYSMTP_BREVO_API_KEY', '' );

GRAVITYSMTP_BREVO_FROM_EMAIL

Set the from: address associated with outgoing messages sent via Brevo.

define( 'GRAVITYSMTP_BREVO_FROM_EMAIL', '' );

GRAVITYSMTP_BREVO_FORCE_FROM_EMAIL

Determines whether or not to force the from: email address for all outgoing messages sent via Brevo.

define( 'GRAVITYSMTP_BREVO_FORCE_FROM_EMAIL', false );

GRAVITYSMTP_BREVO_FROM_NAME

Set the from: name associated with outgoing messages sent via Brevo.

define( 'GRAVITYSMTP_BREVO_FROM_NAME', '' );

GRAVITYSMTP_BREVO_FORCE_FROM_NAME

Determines whether or not to force the from: name for all outgoing messages sent via Brevo.

define( 'GRAVITYSMTP_BREVO_FROM_NAME', false );

GRAVITYSMTP_BREVO_ENABLED

Sets whether or not the Brevo integration is enabled.

define( 'GRAVITYSMTP_BREVO_ENABLED', false );