Postmark Constants

Description

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

Placement

Constants should be set in wp-config.php.

Constants

GRAVITYSMTP_POSTMARK_SERVER_API_TOKEN

Identifies the key used to authenticate with the Postmark API.

define( 'GRAVITYSMTP_POSTMARK_SERVER_API_TOKEN', '' );

GRAVITYSMTP_POSTMARK_FROM_EMAIL

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

define( 'GRAVITYSMTP_POSTMARK_FROM_EMAIL', '' );

GRAVITYSMTP_POSTMARK_FORCE_FROM_EMAIL

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

define( 'GRAVITYSMTP_POSTMARK_FORCE_FROM_EMAIL', false );

GRAVITYSMTP_POSTMARK_FROM_NAME

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

define( 'GRAVITYSMTP_POSTMARK_FROM_NAME', '' );

GRAVITYSMTP_POSTMARK_FORCE_FROM_NAME

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

define( 'GRAVITYSMTP_POSTMARK_FROM_NAME', false );

GRAVITYSMTP_POSTMARK_ENABLED

Sets whether or not the Postmark integration is enabled.

define( 'GRAVITYSMTP_POSTMARK_ENABLED', false );