add exception message to fail message for mail test
This commit is contained in:
parent
df9f0be839
commit
8b61175c3b
2 changed files with 2 additions and 2 deletions
|
@ -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:',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue