mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
add exception message to fail message for mail test
This commit is contained in:
@@ -88,6 +88,6 @@ return [
|
||||
],
|
||||
'mail' => [
|
||||
'test_succeeded' => 'The test message was sent successfully!',
|
||||
'test_failed' => 'Failed to send test message! Check your configuration and try again.',
|
||||
'test_failed' => 'Failed to send test message! Error message:',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user