Description
When set, these optional constants will override settings for the SMTP.com 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.2
Constants
GRAVITYSMTP_SMTPCOM_ACTIVE
Sets whether or not the SMTP.com integration is active.
define( 'GRAVITYSMTP_SMTPCOM_ACTIVE', false );
GRAVITYSMTP_SMTPCOM_API_KEY
Sets the SMTP.com API Key.
define( 'GRAVITYSMTP_SMTPCOM_ACCESS_KEY', '' );
GRAVITYSMTP_SMTPCOM_ENABLED
Sets whether or not the SMTP.com integration is enabled.
define( 'GRAVITYSMTP_SMTPCOM_ENABLED', false );
GRAVITYSMTP_SMTPCOM_CONFIGURED
Sets whether or not the SMTP.com integration is configured.
define( 'GRAVITYSMTP_SMTPCOM_CONFIGURED', false );
GRAVITYSMTP_SMTPCOM_FORCE_FROM_EMAIL
Set the from: name associated with outgoing messages sent via SMTP.com.
define( 'GRAVITYSMTP_SMTPCOM_FORCE_FORCE_FROM_EMAIL', false );
GRAVITYSMTP_SMTPCOM_FORCE_FROM_NAME
Determines whether or not to force the from: name for all outgoing messages sent via SMTP.com.
define( 'GRAVITYSMTP_SMTPCOM_FORCE_FROM_NAME', false );
GRAVITYSMTP_SMTPCOM_FORCE_REPLY_TO_EMAIL
Determines whether or not to force the reply-to-email: via SMTP.com.
define( 'GRAVITYSMTP_SMTPCOM_FORCE_REPLY_TO_EMAIL', false );
GRAVITYSMTP_SMTPCOM_FROM_EMAIL
Set the from: address associated with outgoing messages sent via SMTP.com.
define( 'GRAVITYSMTP_SMTPCOM_FROM_EMAIL', '' );
GRAVITYSMTP_SMTPCOM_FROM_NAME
Set the from: name associated with outgoing messages sent via SMTP.com.
define( 'GRAVITYSMTP_SMTPCOM_FROM_NAME', '' );
GRAVITYSMTP_SMTPCOM_REPLY_TO_EMAIL
Set the reply-to-email: associated with outgoing messages sent via SMTP.com.
define( 'GRAVITYSMTP_SMTPCOM_REPLY_TO_EMAIL', '' );
GRAVITYSMTP_SMTPCOM_CHANNEL_NAME
Sets the SMTP.com Channel Name.
define( 'GRAVITYSMTP_SMTPCOM_CHANNEL_NAME, '' );