listmonk/email-templates
Kailash Nadh 871893a9d2 Add double opt-in support.
- Lists can now be marked as single | double optin.
- Insert subscribers to double opt-in lists send out a
  confirmation e-mail to the subscriber with a confirmation link.
- Add `{{ OptinURL }}` to template functions.

This is a breaking change. Adds a new field 'optin' to the lists
table and changes how campaigns behave. Campaigns on double opt-in
lists exclude subscribers who haven't explicitly confirmed subscriptions.

Changes the structure and behaviour of how notification e-mail routines,
including notif email template compilation,  notification callbacks for
campaign and bulk import completions.
2020-02-09 11:36:15 +05:30
..
base.html Refactor HTML views with new data structures 2020-02-09 11:36:15 +05:30
campaign-status.html Add embedding of static assets for standalone dist binary 2019-01-03 16:48:47 +05:30
default.tpl Refactor template functions. 2020-02-09 11:36:15 +05:30
import-status.html Refactor HTML views with new data structures 2020-02-09 11:36:15 +05:30
subscriber-data.html Add data privacy export / wipe features (aimed at GDPR compliance). 2019-07-21 19:21:23 +05:30
subscriber-optin.html Add double opt-in support. 2020-02-09 11:36:15 +05:30