feat: email service

This commit is contained in:
2023-10-21 18:45:33 +02:00
parent 9bc1fc0c66
commit 42644cc0c8
7 changed files with 420 additions and 0 deletions

12
go.mod
View File

@@ -1,3 +1,15 @@
module gitea.urkob.com/urko/mail-sender
go 1.21.1
require (
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)