Postmark
Since: 1.5.0
Postmark (opens in a new tab) is a transactional email service.
We can send Postmark message by use Postmark API (opens in a new tab), you can follow the Postmark API Guide (opens in a new tab) to get the Server Token, format like xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
.
Configuration
models:
my_app:
storages:
local:
type: local
keep: 10
notifiers:
postmark:
type: postmark
from: from@example.com
to: to@example.com
token: xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
on_success: false