hard-fork of backend-docker-go

This commit is contained in:
2025-03-13 13:51:10 +02:00
parent 457b0fa326
commit 02adc8b545
14 changed files with 24 additions and 24 deletions

View File

@@ -1,3 +1,3 @@
module acooldomain.co/backend/mail
module git.acooldomain.co/server-manager/backend-kubernetes-go/mail
go 1.22.0

View File

@@ -6,7 +6,7 @@ import (
"net/mail"
"net/smtp"
"acooldomain.co/backend/models"
"git.acooldomain.co/server-manager/backend-kubernetes-go/models"
)
const EMAIL_SERVER_ENV_VAR = "EMAIL_SERVER"