mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Document allowlist_external_dirs for smtp (#30130)
This commit is contained in:
parent
54c75fb606
commit
52d72f08ad
@ -113,6 +113,12 @@ The optional `html` field makes a custom text/HTML multi-part message, allowing
|
||||
|
||||
The optional `images` field adds image attachments to the email. If `html` is defined, the images need to be added to the message in-line as described above (and as shown in the example below). If `html` is not defined, images will be added as separate attachments.
|
||||
|
||||
<div class='note info'>
|
||||
|
||||
When adding images, make sure the folders containing the attachments are added to `allowlist_external_dirs`.<br>See: [Setup basic documentation](/docs/configuration/basic/)
|
||||
|
||||
</div>
|
||||
|
||||
```yaml
|
||||
burglar:
|
||||
alias: "Burglar Alarm"
|
||||
|
Loading…
x
Reference in New Issue
Block a user