settings send test mail frontend

This commit is contained in:
2024-04-05 14:17:50 +02:00
parent 98fcd2822c
commit 964b98c22a
9 changed files with 95 additions and 10 deletions

View File

@@ -48,6 +48,8 @@ return [
"info" => "Info",
"reload" => "Reload",
"success" => "Success",
"send" => "Send",
"sending" => "Sending",
# file
"choose_file" => "Choose File",

View File

@@ -47,6 +47,9 @@ return [
"mail_username" => "Mail server username",
"mail_password" => "Mail server password",
"mail_footer" => "Path to e-mail footer",
"mail_async" => "Send e-mails asynchronously (requires a cron-job)",
"mail_address" => "Mail address",
"send_test_email" => "Send test e-mail",
# recaptcha
"recaptcha_enabled" => "Enable Google reCaptcha",
@@ -57,4 +60,6 @@ return [
"fetch_settings_error" => "Error fetching settings",
"save_settings_success" => "Settings saved successfully",
"save_settings_error" => "Error saving settings",
"send_test_email_error" => "Error sending test email",
"send_test_email_success" => "Test email successfully sent. Please check your inbox!",
];