This commit is contained in:
gyurix
2024-11-03 15:44:01 +01:00
parent d49c5e542f
commit 59d80bccd9
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
"RELAY_PORT": "#SMTP_RELAY_PORT"
},
{
"RELAY_USER": "#SMTP_REALY_USER"
"RELAY_USER": "#SMTP_RELAY_USER"
},
{
"TEST_EMAIL": "#SMTP_TEST_EMAIL"

View File

@@ -1,5 +1,5 @@
{
"mail": {
"RELAY_PASS": "#SMTP_RELAYPASS"
"RELAY_PASS": "#SMTP_RELAY_PASS"
}
}