1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/smtp/strings.json
Jan Bouwhuis addc02fa86 Revert "Set up smtp integration via the UI" (#110862)
Revert "Set up smtp integration via the UI (#110817)"

This reverts commit 66a31407f9.
2024-02-18 16:21:27 +01:00

14 lines
433 B
JSON

{
"services": {
"reload": {
"name": "[%key:common::action::reload%]",
"description": "Reloads smtp notify services."
}
},
"exceptions": {
"remote_path_not_allowed": {
"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."
}
}
}