Skip to content

Commit

Permalink
use html/template for rendering html emails
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Nov 24, 2021
1 parent 9005a9c commit 4b13d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texts/texts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package texts
import (
"bytes"
_ "embed"
"text/template"
"html/template"
)

const MailFrom = "hello@mantil.com"
Expand Down

0 comments on commit 4b13d2b

Please sign in to comment.