Description
When set, these optional constants will override settings for the Resend Integration in Gravity SMTP. Default values are shown.
Placement
Constants should be set in wp-config.php
.
Since
This constant was added in Gravity SMTP version 2.0.0
Constants
GRAVITYSMTP_RESEND_ACTIVE
Sets whether or not the Resend integration is active.
define( 'GRAVITYSMTP_RESEND_ACTIVE', false );
GRAVITYSMTP_RESEND_API_KEY
Sets the Resend API token.
define( 'GRAVITYSMTP_RESEND_API_KEY', '' );
GRAVITYSMTP_RESEND_CONFIGURED
Sets whether or not the Resend integration is configured.
define( 'GRAVITYSMTP_RESEND_CONFIGURED', false );
GRAVITYSMTP_RESEND_ENABLED
Sets whether or not the Resend integration is enabled.
define( 'GRAVITYSMTP_RESEND_ENABLED', false );
GRAVITYSMTP_RESEND_FORCE_FROM_EMAIL
Determines whether or not to force the from: email address for all outgoing messages sent via Resend.
define( 'GRAVITYSMTP_RESEND_FORCE_FROM_EMAIL', false );
GRAVITYSMTP_RESEND_FORCE_FROM_NAME
Determines whether or not to force the from: name for all outgoing messages sent via Resend.
define( 'GRAVITYSMTP_RESEND_FORCE_FROM_NAME', false );
GRAVITYSMTP_RESEND_FROM_EMAIL
Set the from: address associated with outgoing messages sent via Resend.
define( 'GRAVITYSMTP_RESEND_FROM_EMAIL', '' );
GRAVITYSMTP_RESEND_FROM_NAME
Set the from: name associated with outgoing messages sent via Resend.
define( 'GRAVITYSMTP_RESEND_FROM_NAME', '' );