Correct smtp error message string (#105148)

This commit is contained in:
Jan Bouwhuis 2023-12-07 09:35:22 +01:00 committed by GitHub
parent e40f486968
commit f48e948871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
},
"exceptions": {
"remote_path_not_allowed": {
"message": "Cannot send email with attachment '{file_name}' form directory '{file_path}' which is not secure to load data from. Only folders added to `{allow_list}` are accessible. See {url} for more information."
"message": "Cannot send email with attachment \"{file_name}\" from directory \"{file_path}\" which is not secure to load data from. Only folders added to `{allow_list}` are accessible. See {url} for more information."
}
}
}