email styles

This commit is contained in:
Hayden 2024-03-02 12:05:46 -06:00
parent 29e30bfaba
commit 7ff78530a2
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -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