templates

package
v3.0.9+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2022 License: AGPL-3.0 Imports: 6 Imported by: 9

Documentation

Overview

Package templates defines ready-to-use templates to send email in a nice formatting.

It is based on the Hermes package, and other services can use some specific templates Ids when sending emails to apply the formatting.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildTemplateWithId

func BuildTemplateWithId(user *mailer.User, templateId string, templateData map[string]string, languages ...string) (subject string, body hermes.Body)

func GetHermes

func GetHermes(languages ...string) hermes.Hermes

func RegisterTemplateFilter added in v1.6.1

func RegisterTemplateFilter(filterFunc FilterFunc)

Types

type ApplicationConfigs

type ApplicationConfigs struct {
	Title        string
	Url          string
	LinkUrl      string
	From         string
	FromName     string
	FromCtl      string
	Copyright    string
	TroubleText  string
	Greeting     string
	Signature    string
	Theme        hermes.Theme
	ButtonsColor string
}

func GetApplicationConfig

func GetApplicationConfig(languages ...string) ApplicationConfigs

type FilterFunc added in v1.6.1

type FilterFunc func(configs ApplicationConfigs) ApplicationConfigs

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL