accountserver/configuration/mail.go

9 lines
118 B
Go
Raw Permalink Normal View History

2024-08-19 13:54:46 +02:00
package configuration
var (
SMTPHost = "smtp.example.com"
SMTPPort = 587
SMTPUser = "admin"
SMTPPass = "admin"
)