Change to more powerful mail library that especially adds a correct Date
heeader for us.
This commit is contained in:
parent
22a079e10f
commit
d77b1a8d43
4 changed files with 106 additions and 14 deletions
7
go.mod
7
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue