Description
When set, these optional constants will override settings for the SMTP2GO 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 1.7.0
Constants
GRAVITYSMTP_SMTP2GO_API_KEY
Sets the SMTP2GO API key.
define( 'GRAVITYSMTP_SMTP2GO_API_KEY', '' );
GRAVITYSMTP_SMTP2GO_DEFAULT_FROM_EMAIL
Set the from: address associated with outgoing messages sent via SMTP2GO.
define( 'GRAVITYSMTP_SMTP2GO_FORCE_FROM_EMAIL', '' );
GRAVITYSMTP_SMTP2GO_FORCE_FROM_EMAIL
Determines whether or not to force the from: email address for all outgoing messages sent via SMTP2GO.
define( 'GRAVITYSMTP_SMTP2GO_FORCE_FROM_EMAIL', false );
GRAVITYSMTP_SMTP2GO_FROM_NAME
Set the from: name associated with outgoing messages sent via SMTP2GO.
define( 'GRAVITYSMTP_SMTP2GO_FORCE_FROM_NAME', '' );
GRAVITYSMTP_SMTP2GO_FORCE_FROM_NAME
Determines whether or not to force the from: name for all outgoing messages sent via SMTP2GO.
define( 'GRAVITYSMTP_SMTP2GO_FORCE_FROM_NAME', false );
GRAVITYSMTP_SMTP2GO_ENABLED
Sets whether or not the SMTP2GO integration is enabled.
define( 'GRAVITYSMTP_SMTP2GO_FORCE_ENABLED', false );