listmonk/static/email-templates
Kailash Nadh 463e92d1e1 Add transactional (tx) messaging capability.
This commit adds a new API `POST /api/tx` that sends an ad-hoc message
to a subscriber based on a pre-defined transactional template. This is
a large commit that adds the following:

- New campaign / tx template types on the UI. tx templates have an
  additional subject field.
- New fields `type` and `subject` to the templates table.
- Refactor template CRUD operations and models.
- Refactor template func assignment in manager.
- Add pre-compiled template caching to manager runtime.
- Pre-compile all tx templates into memory on program boot to avoid
  expensive template compilation on ad-hoc tx messages.
2022-07-09 10:36:12 +05:30
..
base.html Upgrade and refactor global theme. 2021-09-16 17:46:39 +05:30
campaign-status.html Fix alert email urls (#595) 2021-11-19 21:05:46 +05:30
default.tpl Add 'View in browser' link to the default email template. Closes #540. 2022-01-15 17:25:45 +05:30
import-status.html Fix alert email urls (#595) 2021-11-19 21:05:46 +05:30
sample-tx.tpl Add transactional (tx) messaging capability. 2022-07-09 10:36:12 +05:30
subscriber-data.html Refactor i18n name and fix the L() function in public HTML templates 2021-01-23 19:34:30 +05:30
subscriber-optin-campaign.html Fix duplicate class attr in optin e-mail. Closes #524. 2021-10-19 20:10:40 +05:30
subscriber-optin.html Add unsubscribe link to opt-in confirmation e-mail. Closes #573. 2022-01-15 16:41:48 +05:30