Send test email feature added to email settings.

This commit is contained in:
2026-05-17 13:49:45 +02:00
parent ff3a15fd09
commit 62cdeb6767
5 changed files with 95 additions and 0 deletions

View File

@@ -218,6 +218,10 @@ return [
'mfa_disabled' => 'Two factor authenticatie is uitgeschakeld',
'send_password_reset' => 'Wachtwoord herstel e-mail versturen',
'email_send' => 'Verstuur e-mail',
'send_test_mail' => 'Verstuur test e-mail',
'send_test_mail_explanation' => 'Deze test verstuurd een e-mail naar het opgegeven adres.',
'send_mail' => 'Verstuur',
'mail_to' => 'Mail naar',
'api_token_created' => 'API token toegevoegd',
'permission_created' => 'Permission aangemaakt',
'permission_updated' => 'Permission bijgewerkt',
@@ -242,6 +246,7 @@ return [
'inserve_url' => 'Inserve URL',
'inserve_source' => 'Inserve Configuratie',
'test_connection' => 'Test Connectie',
'test' => 'Test',
'connection_success_title' => 'Success',
'connection_success_text' => 'Connectie succesvol',
'connection_error_title' => 'Error',