diff --git a/smtp/smtp-secret.json b/smtp/smtp-secret.json index 65a9ee1..182d910 100644 --- a/smtp/smtp-secret.json +++ b/smtp/smtp-secret.json @@ -1,5 +1,5 @@ { "mail": { - "RELAY_PASS": "#SMTP_RELAY_PASS" + "RELAY_PASS": "#SMTP_RELAYPASS" } } \ No newline at end of file diff --git a/smtp/template.json b/smtp/template.json index 31f5613..2f972f4 100644 --- a/smtp/template.json +++ b/smtp/template.json @@ -3,7 +3,7 @@ "fields": [ { "description": "Set timezone for smtp server", - "key": "SMTP_TIME_ZONE", + "key": "SMTP_TIMEZONE", "value": "Europe/Budapest", "required": "true" }, @@ -15,7 +15,7 @@ }, { "description": "Set relay port for smtp server", - "key": "SMTP_RELAY_HOST", + "key": "SMTP_RELAY_PORT", "value": "587", "required": "true" },