This needs review and documentation before merging.
This PR allows you to set constants in your wp-config.php file which will override, but not overwrite, any settings stored in the database (WP options). API Key, Stream Name/ID, and Sender Address are supported. Example config:
An example usage would be for a developer to use settings from a Postmark Sandbox stream in their development environment that would survive database merges. See #71. This also helps address #72.
This needs review and documentation before merging.
This PR allows you to set constants in your
wp-config.php
file which will override, but not overwrite, any settings stored in the database (WP options). API Key, Stream Name/ID, and Sender Address are supported. Example config:An example usage would be for a developer to use settings from a Postmark Sandbox stream in their development environment that would survive database merges. See #71. This also helps address #72.