From 20ffb5bf74288704c6207a1a082508184903a4fe Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Sat, 19 Feb 2022 18:33:06 +0000 Subject: [PATCH] Updated SMTP usage description with example email address. (#21364) --- source/_integrations/smtp.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.