Using wp-config constants
-
Hey,
I’d just like to note that when defining the keys via wp-config.php constants, the endpoint settings disappears from the settings page, and naturally SES won’t work.
So just add instructions in the FAQ to define the endpoint, like so:
defined(‘WP_SES_ENDPOINT’, ’email.us-east-1.amazonaws.com’);
OR
defined(‘WP_SES_ENDPOINT’, ’email.us-west-2.amazonaws.com’);
OR
defined(‘WP_SES_ENDPOINT’, ’email.eu-west-1.amazonaws.com’);Cheers,
Nicholas
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using wp-config constants’ is closed to new replies.