mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +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.
|
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
|
```yaml
|
||||||
burglar:
|
burglar:
|
||||||
alias: "Burglar Alarm"
|
alias: "Burglar Alarm"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user