Postmark — transactional email
postmark/email · version 1
envs add postmark/email
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
POSTMARK_SERVER_TOKEN |
required | secret | Carried as the X-Postmark-Server-Token header, with privileges over one server. Postmark says never to share an API token through email, group messaging, forums, or source code. The name is convention.. where to get it |
POSTMARK_ACCOUNT_TOKEN |
optional | secret | Account-wide, so it reaches every server. Postmark documents no rotation, but a server may hold three tokens at once, which is enough to add one and retire another. The name is convention.. where to get it |