diff --git a/source/_integrations/smtp.markdown b/source/_integrations/smtp.markdown index 588e4962827..bbec9dd09f9 100644 --- a/source/_integrations/smtp.markdown +++ b/source/_integrations/smtp.markdown @@ -103,7 +103,7 @@ burglar: - /home/pi/snapshot2.jpg ``` -The optional `target` field is used to specify recipient(s) for this specific service call. When `target` field is not used, this message will be sent to default recipient(s), in this example, james@example.com and bob@example.com. +The optional `target` field is used to specify recipient(s) for this specific service call. When `target` field is not used, this message will be sent to default recipient(s), in this example, my_intruder_alert@example.com. 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.