Initial commit

This commit is contained in:
2025-03-04 20:58:17 +02:00
parent ef2e780434
commit 09db1a8d08
13 changed files with 939 additions and 0 deletions

24
komodo/smtp.toml Normal file
View File

@@ -0,0 +1,24 @@
[[variable]]
name = "SMTP_HOST"
value = "smtp.eu.mailgun.org"
is_secret = false
[[variable]]
name = "SMTP_USERNAME"
value = "sender@mail.gurulandia.eu"
is_secret = false
[[variable]]
name = "SMTP_PASSWORD"
value = "fd2481f27f76e35110ddf9b7b04ad09f-667818f5-87cb2de3"
is_secret = true
[[variable]]
name = "SMTP_PORT"
value = "587"
is_secret = false
[[variable]]
name = "SMTP_SECURITY"
value = "starttls"
is_secret = false