Change to more powerful mail library that especially adds a correct Date heeader for us.

This commit is contained in:
Gonne 2025-03-25 21:18:13 +01:00
parent 22a079e10f
commit a05407eba0
Signed by: Gonne
SSH key fingerprint: SHA256:J8w3ZCNyz9MoTLV+eU7YRTVw59NYig44i0IWhbsgQG8
4 changed files with 111 additions and 24 deletions

7
go.mod
View file

@ -6,4 +6,9 @@ require github.com/mattn/go-sqlite3 v1.14.24
require github.com/go-sql-driver/mysql v1.8.1
require filippo.io/edwards25519 v1.1.0 // indirect
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/wneessen/go-mail v0.6.2 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/text v0.22.0 // indirect
)