Add space

This commit is contained in:
Fabian Affolter 2016-08-20 14:35:07 +02:00
parent 347e4937c5
commit 9d4bfabb79
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -42,7 +42,7 @@ Configuration variables:
- **recipient** (*Required*): Recipient of the notification. - **recipient** (*Required*): Recipient of the notification.
- **starttls** (*Optional*): Enables STARTTLS, eg. 1 or 0. Defaults to 0. - **starttls** (*Optional*): Enables STARTTLS, eg. 1 or 0. Defaults to 0.
To use the smtp notification, refer to it in an automation or script like in this example: To use the SMTP notification, refer to it in an automation or script like in this example:
```yaml ```yaml
burglar: burglar:
@ -61,7 +61,7 @@ To use the smtp notification, refer to it in an automation or script like in thi
- /home/pi/snapshot2.jpg - /home/pi/snapshot2.jpg
``` ```
The optional **images** field adds in-line image attachments to the email. This sends a text/HTML multi-part message instead of the plain text default. The optional `images` field adds in-line image attachments to the email. This sends a text/HTML multi-part message instead of the plain text default.
This platform is fragile and not able to catch all exceptions in a smart way because of the large number of possible configuration combinations. This platform is fragile and not able to catch all exceptions in a smart way because of the large number of possible configuration combinations.