feat: announcement email with one-click unsubscribe headers
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{{define "subject"}}{{.Subject}}{{end}}
|
||||
{{define "tone"}}accent{{end}}
|
||||
{{define "category"}}{{.CategoryLabel}}{{end}}
|
||||
{{define "pill"}}{{template "chip" (dict "label" .CategoryLabel "tone" "accent")}}{{end}}
|
||||
{{define "title"}}{{.Subject}}{{end}}
|
||||
{{define "body"}}
|
||||
{{.BodyMarkdown}}
|
||||
|
||||
Unsubscribe from {{.CategoryLabel}}: {{.UnsubscribeURL}}
|
||||
Email preferences: {{.PreferencesURL}}
|
||||
{{if .PostalAddress}}{{.PostalAddress}}{{end}}
|
||||
{{end}}
|
||||
{{define "why"}}you have a Vantage account and are subscribed to {{.CategoryLabel}}. Account emails such as sign-in, licences and billing are sent whatever you choose here.{{end}}
|
||||
Reference in New Issue
Block a user