Use link to png logo in emails

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-10-15 18:13:48 +02:00
parent 740a361ba8
commit 87ac7485f3
8 changed files with 37 additions and 35 deletions

View File

@@ -191,6 +191,7 @@ func (s Service) ForgetPassword(
}
subject, textBody, htmlBody, err := emails.RenderPasswordReset(
s.hostname,
user.FullName,
resetPasswordUrl.String(),
)
@@ -292,6 +293,7 @@ func (s Service) SignUp(
}
subject, textBody, htmlBody, err := emails.RenderConfirmEmail(
s.hostname,
user.FullName,
confirmationUrl.String(),
)