Mailjet Constants

Description

When set, these optional constants will override settings for the Mailjet Integration in Gravity SMTP. Default values are shown.

Placement

Constants should be set in wp-config.php.

Since

These constants were added in Gravity SMTP version 1.8.0

Constants

GRAVITYSMTP_MAILJET_API_KEY

Sets the Mailjet API key.

define( 'GRAVITYSMTP_MAILJET_API_KEY', '' );

GRAVITYSMTP_MAILJET_API_SECRET

Sets the Mailjet Secret key.

define( 'GRAVITYSMTP_MAILJET_API_SECRET', '' );

GRAVITYSMTP_MAILJET_ENABLED

Sets whether or not the Mailjet integration is enabled.

define( 'GRAVITYSMTP_MAILJET_FORCE_ENABLED', false );

GRAVITYSMTP_MAILJET_FORCE_FROM_EMAIL

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

define( 'GRAVITYSMTP_MAILJET_FORCE_FROM_EMAIL', false );

GRAVITYSMTP_MAILJET_FORCE_FROM_NAME

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

define( 'GRAVITYSMTP_MAILJET_FORCE_FROM_NAME', false );

GRAVITYSMTP_MAILJET_FROM_EMAIL

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

define( 'GRAVITYSMTP_MAILJET_FROM_EMAIL', '' );

GRAVITYSMTP_MAILJET_FROM_NAME

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

define( 'GRAVITYSMTP_MAILJET_FROM_NAME', '' );