Description
When set, these optional constants will override settings for the Amazon SES 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.4
Constants
GRAVITYSMTP_AMAZON_ACCESS_KEY_ID
Sets the Amazon SES Access Key ID.
define( 'GRAVITYSMTP_AMAZON_ACCESS_KEY_ID', '' );
GRAVITYSMTP_AMAZON_SECRET_ACCESS_KEY
Sets the Amazon SES Secret Access Key.
define( 'GRAVITYSMTP_AMAZON_SECRET_ACCESS_KEY', '' );
GRAVITYSMTP_AMAZON_REGION
Sets the Amazon SES Region.
define( 'GRAVITYSMTP_AMAZON_REGION', 'us-east-1' );
GRAVITYSMTP_AMAZON_DEFAULT_FROM_EMAIL
Set the from: address associated with outgoing messages sent via Amazon SES.
define( 'GRAVITYSMTP_AMAZON_FORCE_FROM_EMAIL', '' );
GRAVITYSMTP_AMAZON_FORCE_FROM_EMAIL
Determines whether or not to force the from: email address for all outgoing messages sent via Amazon SES.
define( 'GRAVITYSMTP_AMAZON_FORCE_FORCE_FROM_EMAIL', false );
GRAVITYSMTP_AMAZON_FROM_NAME
Set the from: name associated with outgoing messages sent via Amazon SES.
define( 'GRAVITYSMTP_AMAZON_FORCE_FROM_NAME', '' );
GRAVITYSMTP_AMAZON_FORCE_FROM_NAME
Determines whether or not to force the from: name for all outgoing messages sent via Amazon SES
define( 'GRAVITYSMTP_AMAZON_FORCE_FROM_NAME', false );
GRAVITYSMTP_AMAZON_ENABLED
Sets whether or not the Amazon SES integration is enabled.
define( 'GRAVITYSMTP_AMAZON_FORCE_ENABLED', false );