diff options
Diffstat (limited to 'internal/email/sender.go')
-rw-r--r-- | internal/email/sender.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/email/sender.go b/internal/email/sender.go index 97bbcd23b..f44627496 100644 --- a/internal/email/sender.go +++ b/internal/email/sender.go @@ -20,8 +20,8 @@ package email import ( "fmt" - "html/template" "net/smtp" + "text/template" "github.com/spf13/viper" "github.com/superseriousbusiness/gotosocial/internal/config" |