Mailchimp Transactional Constants

Description

When set, these optional constants will override settings for the Mailchimp Transactional 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.5

Constants

GRAVITYSMTP_MAILCHIMP_API_KEY

Sets the Mailchimp Transactional API Key.

define( 'GRAVITYSMTP_MAILCHIMP_API_KEY', '' );

GRAVITYSMTP_MAILCHIMP_FROM_EMAIL

Set the from: address associated with outgoing messages sent via Mailchimp Transactional.

define( 'GRAVITYSMTP_MAILCHIMP_FORCE_FROM_EMAIL', '' );

GRAVITYSMTP_MAILCHIMP_FORCE_FROM_EMAIL

Determines whether or not to force the from: email address for all outgoing messages sent via Mailchimp Transactional.

define( 'GRAVITYSMTP_MAILCHIMP_FORCE_FORCE_FROM_EMAIL', false );

GRAVITYSMTP_MAILCHIMP_FROM_NAME

Set the from: name associated with outgoing messages sent via Mailchimp Transactional.

define( 'GRAVITYSMTP_MAILCHIMP_FORCE_FROM_NAME', '' );

GRAVITYSMTP_MAILCHIMP_FORCE_FROM_NAME

Determines whether or not to force the from: name for all outgoing messages sent via Mailchimp Transactional.

define( 'GRAVITYSMTP_MAILCHIMP_FORCE_FROM_NAME', false );

GRAVITYSMTP_MAILCHIMP_ENABLED

Sets whether or not the Mailchimp Transactional integration is enabled.

define( 'GRAVITYSMTP_MAILCHIMP_FORCE_ENABLED', false );