mirror of
https://github.com/KevinMidboe/planetposen-mail.git
synced 2025-12-08 20:38:57 +00:00
Moved html template to root level folder & ignored it from git linguist
This commit is contained in:
@@ -14,7 +14,7 @@ func buildOrderConfirmation(templateData EmailTemplateData) *OrderConfirmationEm
|
||||
FromEmail: "noreply@kevm.dev",
|
||||
}
|
||||
|
||||
tmpl := template.Must(template.ParseFiles("mail/mail-template_order-confirmation.html"))
|
||||
tmpl := template.Must(template.ParseFiles("mail-templates/order-confirmation.html"))
|
||||
b := new(strings.Builder)
|
||||
err := tmpl.Execute(b, templateData)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user