mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-06 02:28:35 +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")
|
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 {
|
type UserService struct {
|
||||||
repos *repo.AllRepos
|
repos *repo.AllRepos
|
||||||
mailer *mailer.Mailer
|
mailer *mailer.Mailer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue