Zoho Mail Constants

Description

When set, these optional constants will override settings for the Zoho Mail 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.6.0

Constants

GRAVITYSMTP_ZOHO_DATA_CENTER_REGION

Set the Datacenter Region provided by Zoho API Console.

define( 'GRAVITYSMTP_ZOHO_DATACENTER_REGION', 'United States' );

GRAVITYSMTP_ZOHO_CLIENT_ID

Set the Client ID provided by Zoho API Console.

define( 'GRAVITYSMTP_ZOHO_CLIENT_ID', '' );

GRAVITYSMTP_ZOHO_CLIENT_SECRET

Set the Client Secret provided by Zoho API Console.

define( 'GRAVITYSMTP_ZOHO_CLIENT_SECRET', '' );

GRAVITYSMTP_ZOHO_FROM_EMAIL

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

define( 'GRAVITYSMTP_ZOHO_FROM_EMAIL', '' );

GRAVITYSMTP_ZOHO_FORCE_FROM_EMAIL

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

define( 'GRAVITYSMTP_ZOHO_FORCE_FROM_EMAIL', false );

GRAVITYSMTP_ZOHO_FROM_NAME

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

define( 'GRAVITYSMTP_ZOHO_FROM_NAME', '' );

GRAVITYSMTP_ZOHO_FORCE_FROM_NAME

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

define( 'GRAVITYSMTP_ZOHO_FROM_NAME', false);

GRAVITYSMTP_ZOHO_ENABLED

Sets whether or not the Zoho Mail integration is enabled.

define( 'GRAVITYSMTP_ZOHO_ENABLED', false );

GRAVITYSMTP_ZOHO_USE_RETURN_PATH

Determines whether or not to use the return path for all outgoing messages sent via Zoho Mail integration.

define( 'GRAVITYSMTP_ZOHO_USE_RETURN_PATH', false ); // accepts (true, false)