Updated email test send to show error on failure

- Added test to cover
- Closes #1874
This commit is contained in:
Dan Brown
2020-02-15 14:13:15 +00:00
parent 33ef1cd4fa
commit 49386b42da
3 changed files with 30 additions and 2 deletions

View File

@ -96,4 +96,7 @@ return [
'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
'api_user_token_expired' => 'The authorization token used has expired',
// Settings & Maintenance
'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
];