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

@@ -50,6 +50,8 @@ return [
"info" => "Info",
"reload" => "Aktualisieren",
"success" => "Erfolg",
"send" => "Senden",
"sending" => "Sende ab",
# file
"choose_file" => "Datei auswählen",

View File

@@ -47,6 +47,9 @@ return [
"mail_username" => "Mail-Server Benutzername",
"mail_password" => "Mail-Server Passwort",
"mail_footer" => "Pfad zum E-Mail-Footer",
"mail_async" => "E-Mails asynchron senden (erfordert einen Cron-Job)",
"mail_address" => "E-Mail Adresse",
"send_test_email" => "Test E-Mail senden",
# recaptcha
"recaptcha_enabled" => "Aktiviere Google reCaptcha",
@@ -57,4 +60,6 @@ return [
"fetch_settings_error" => "Fehler beim Holen der Einstellungen",
"save_settings_success" => "Einstellungen erfolgreich gespeichert",
"save_settings_error" => "Fehler beim Speichern der Einstellungen",
"send_test_email_error" => "Fehler beim Senden der Test E-Mail",
"send_test_email_success" => "Test E-Mail erfolgreich versendet, überprüfen Sie Ihren Posteingang!",
];

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!",
];