{{ $t("settings.site-settings") }}
{{ check.status ? $globals.icons.checkboxMarkedCircle : $globals.icons.close }}
{{ check.text }}
{{ check.status ? check.successText : check.errorText }}
{{ appConfig.emailReady ? $globals.icons.checkboxMarkedCircle : $globals.icons.close }}
Email Configuration Status
{{ appConfig.emailReady ? "Ready" : "Not Ready - Check Env Variables" }}
{{ $globals.icons.email }}
{{ $t("general.test") }}
Email Test Result: {{ success ? "Succeeded" : "Failed" }}
Errors: {{ error }}