mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 08:35:43 +00:00
email styles
This commit is contained in:
parent
29e30bfaba
commit
7ff78530a2
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ var (
|
|||
ErrorTokenIDMismatch = errors.New("token id mismatch")
|
||||
)
|
||||
|
||||
func init() {
|
||||
easyemails.ImageLogoHeader = "https://raw.githubusercontent.com/hay-kot/homebox/af9aa239af66df17478f5ed9283e303daf7c6775/docs/docs/assets/img/homebox-email-banner.jpg"
|
||||
easyemails.ColorPrimary = "#5D7F67"
|
||||
}
|
||||
|
||||
type UserService struct {
|
||||
repos *repo.AllRepos
|
||||
mailer *mailer.Mailer
|
||||
|
|
Loading…
Reference in a new issue