Document allowlist_external_dirs for smtp (#30130)

This commit is contained in:
Jan Bouwhuis 2023-12-04 07:46:16 +01:00 committed by GitHub
parent 54c75fb606
commit 52d72f08ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"