This plugin provides a Postmark integration for Craft CMS.
This plugin requires Craft CMS 4.0.0+ or 5.0.0+.
You can install this plugin from the Plugin Store or with Composer.
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.
Open your terminal and run the following commands:
# go to the project directorycd /path/to/my-project.test# tell Composer to load the plugincomposer require craftcms/postmark# tell Craft to install the plugin./craft plugin/install postmark
Once Postmark is installed:
Go to Settings → Email.
Change the Transport Type setting to Postmark. Also, ensure that your System Email Address in your Craft Email Settings matches your confirmed Sender Signature email address in Postmark.
Enter your Server Token (which you can get from your server page under “API Tokens”).
If you wish to send mail using a custom Message Stream, set the Message Stream ID. (The default transactional Message Stream will be used if this is left blank.)
Click Save.
Tip: The Server Token and Message Stream ID settings can be set using environment variables. See Environmental Configuration in the Craft docs to learn more about that.