flipboxfactory / craft-postmark
Postmark mail adapter
Installs: 3 184
Dependents: 1
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.1
- wildbit/swiftmailer-postmark: ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.0
- squizlabs/php_codesniffer: ^2.0
- swiftmailer/swiftmailer: ~6.0
This package is auto-updated.
Last update: 2019-02-19 23:45:46 UTC
README
This plugin provides a Postmark integration for Craft CMS.
Requirements
This plugin requires Craft CMS 3.1.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require flipboxfactory/craft-postmark
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Postmark.
Setup
Once Postmark is installed, go to Settings → Email, and change the “Transport Type” setting to “Postmark”. Enter your Postmark server API token (which you can get from your server page, under “Credentials”). Note: This field can be set to an environment variable, such as $POSTMARK_TOKEN
.