switch to plain net/smtp

This commit is contained in:
2025-02-11 07:40:35 +01:00
parent ef6b8aaa24
commit 3c2744fb32
3 changed files with 44 additions and 131 deletions

7
go.mod
View File

@@ -2,13 +2,11 @@ module git.coopgo.io/coopgo-platform/emailing
go 1.18
require (
github.com/spf13/viper v1.13.0
github.com/wneessen/go-mail v0.6.1
)
require github.com/spf13/viper v1.13.0
require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -19,7 +17,6 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect