Description
When set, these optional constants will override settings for the Emailt 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_EMAILIT_ACTIVE
Sets whether or not the Emailit integration is active.
define( 'GRAVITYSMTP_EMAILIT_ACTIVE', false );
GRAVITYSMTP_EMAILIT_API_KEY
Sets the Emailit API key.
define( 'GRAVITYSMTP_EMAILIT_API_KEY', '' );
GRAVITYSMTP_EMAILIT_CONFIGURED
Sets whether or not the Emailit integration is configured.
define( 'GRAVITYSMTP_EMAILIT_CONFIGURED', false );
GRAVITYSMTP_EMAILIT_ENABLED
Sets whether or not the Emailit integration is enabled.
define( 'GRAVITYSMTP_EMAILIT_ENABLED', false );
GRAVITYSMTP_EMAILIT_FORCE_FROM_EMAIL
Determines whether or not to force the from: email address for all outgoing messages sent via Emailit.
define( 'GRAVITYSMTP_EMAILIT_FORCE_FROM_EMAIL', false );
GRAVITYSMTP_EMAILIT_FORCE_REPLY_TO_EMAIL
Determines whether or not to force the reply-to-email: via Emailit.
define( 'GRAVITYSMTP_EMAILIT_FORCE_REPLY_TO_EMAIL', false );
GRAVITYSMTP_EMAILIT_FORCE_FROM_NAME
Determines whether or not to force the from: name for all outgoing messages sent via Emailit.
define( 'GRAVITYSMTP_EMAILIT_FORCE_FROM_NAME', false );
GRAVITYSMTP_EMAILIT_FROM_EMAIL
Set the from: address associated with outgoing messages sent via Emailit.
define( 'GRAVITYSMTP_EMAILIT_FROM_EMAIL', '' );
GRAVITYSMTP_EMAILIT_FROM_NAME
Set the from: name associated with outgoing messages sent via Emailit.
define( 'GRAVITYSMTP_EMAILIT_FROM_NAME', '' );
GRAVITYSMTP_EMAILIT_REPLY_TO_EMAIL
Set the reply-to-email: associated with outgoing messages sent via Emailit.
define( 'GRAVITYSMTP_EMAILIT_REPLY_TO_EMAIL', '' );