minder icon indicating copy to clipboard operation
minder copied to clipboard

Move away from using a builtin template for the mail content

Open rdimitrov opened this issue 1 year ago • 1 comments

We have an inline template here:

https://github.com/stacklok/minder/blob/main/internal/email/template.go

This should be really be in a configuration file somewhere, especially since it has branding and stuff on it.

rdimitrov avatar Jun 28 '24 14:06 rdimitrov

We can put this content in the cmd/server/kodata and it will get packaged into the image (but can be overriden with a volume mount).

evankanderson avatar Jan 28 '25 14:01 evankanderson