diff --git a/README.md b/README.md index 01b0867..1680a9a 100755 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ The plugin supports using the `wp_mail_from_name` filter for manually setting a [Can I use the Postmark for WordPress plugin with Divi contact forms?](https://postmarkapp.com/support/article/1128-can-i-use-the-postmark-for-wordpress-plugin-with-divi-contact-forms) ## Changelog +### v1.14.0 +* Adds ability to override settings for environment specific Postmark plugin settings. + ### v1.13.7 * Fix limit of 500 sending logs deleted per day. diff --git a/page-settings.php b/page-settings.php index 57e1127..6c3b3bd 100644 --- a/page-settings.php +++ b/page-settings.php @@ -42,6 +42,18 @@
+ overridden_settings['api_key'] ) ) : ?> +POSTMARK_API_KEY
is defined in your wp-config.php and overrides the API Key
set here.POSTMARK_STREAM_NAME
is defined in your wp-config.php and overrides the Message Stream
set here.POSTMARK_SENDER_ADDRESS
is defined in your wp-config.php and overrides the Sender Email
set here.