listmonk/cmd
Kailash Nadh 124af1ee29 Make static e-mail template subjects scriptable. Closes #1727.
This commit introduces optional, custom `<title>` tags that can be
added to `static/email-templates/*.html` so as to make the subjectlines
fully scriptable for system e-mails and notifications.

The tag must look like this.

```
<title data-i18n>Stuff {{ .Subscriber.Name }} here!</title>
```
2024-03-25 15:49:40 +05:30
..
admin.go Add support for streaming async events via HTTP serverside events. 2023-05-27 15:44:59 +05:30
archive.go Add 'slug' (permalink) support for campaign archives. Closes #1394. 2024-01-09 23:34:08 +05:30
bounce.go chore: remove refs to deprecated io/ioutil (#1593) 2023-11-16 13:57:00 +05:30
campaigns.go Merge branch 'slug' 2024-01-09 23:34:25 +05:30
events.go Refactor the core concurrent campaign manager logic. 2024-01-02 14:57:04 +05:30
handlers.go Add 'slug' (permalink) support for campaign archives. Closes #1394. 2024-01-09 23:34:08 +05:30
i18n.go
import.go chore: remove refs to deprecated io/ioutil (#1593) 2023-11-16 13:57:00 +05:30
init.go fix: check errors.Is instead of strings.Contains for http: Server closed error (#1779) 2024-03-12 11:06:35 +05:30
install.go Update Go deps. 2024-01-27 20:55:50 +05:30
lists.go Add tag/type/optin filter options to lists and campaigns APIs. Closes #1631. 2023-12-23 14:45:55 +05:30
main.go Add support for caching slow queries on large databases. 2024-01-27 15:51:12 +05:30
maintenance.go
manager_store.go Update Go deps. 2024-01-27 20:55:50 +05:30
media.go Remove dead media cleanup flag. Closes #1423. 2023-08-03 23:35:21 +05:30
notifications.go Make static e-mail template subjects scriptable. Closes #1727. 2024-03-25 15:49:40 +05:30
public.go Make static e-mail template subjects scriptable. Closes #1727. 2024-03-25 15:49:40 +05:30
settings.go fix: trim config before use (#1756) 2024-02-26 15:12:50 +05:30
subscribers.go Log subscriber id/uuid on failed opt-in message push. Closes #1333. 2024-01-10 22:10:27 +05:30
templates.go Fix incorrect error message in tx template preview. 2024-01-28 11:04:47 +05:30
tx.go chore: remove refs to deprecated io/ioutil (#1593) 2023-11-16 13:57:00 +05:30
updates.go chore: remove refs to deprecated io/ioutil (#1593) 2023-11-16 13:57:00 +05:30
upgrade.go Add support for caching slow queries on large databases. 2024-01-27 15:51:12 +05:30
utils.go Make providing name in subscriber creation optional and assign internally. Closes #1630. 2023-12-30 15:51:42 +05:30