craftcms/postmark
Postmark adapter for Craft CMS
Installs: 4 106
Dependents: 1
Suggesters: 0
Stars: 16
Watchers: 2
Forks: 2
Open Issues: 1
Type:craft-plugin
Requires
- craftcms/cms: ^3.1.5
- wildbit/swiftmailer-postmark: ^3.0.0
Requires (Dev)
- phpunit/phpunit: ^5.0
- squizlabs/php_codesniffer: ^2.0
- swiftmailer/swiftmailer: ~6.0
README
Postmark for Craft CMS
This plugin provides a Postmark integration for Craft CMS.
Requirements
This plugin requires Craft CMS 3.1.5 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Postmark”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require craftcms/postmark # tell Craft to install the plugin ./craft install/plugin postmark
Setup
Once Postmark is installed, go to Settings → Email, and change the “Transport Type” setting to “Postmark”. Enter your Postmark Server Token (which you can get from your server page under “Credentials”), then click Save.
Tip: The Server Token setting can be set to an environment variable. See Environmental Configuration in the Craft docs to learn more about that.