From f607cc4df24c841710e21608b77bef167f7b12da Mon Sep 17 00:00:00 2001 From: johanf85 <43075793+johanf85@users.noreply.github.com> Date: Thu, 20 Jun 2024 05:44:55 +0200 Subject: [PATCH] Update smtp.markdown (#33312) --- 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 d89b6be3e19..b965856b631 100644 --- a/source/_integrations/smtp.markdown +++ b/source/_integrations/smtp.markdown @@ -105,7 +105,7 @@ A notify integration will be created using the name without spaces. In the above mode: single ``` -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, morning@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), specified in the `recipient` part of the smtp notifier in `configuration.yaml`. Line breaks can be added in the body part of the email by using `\r\n`, for instance `message: "Rise and shine\r\n\r\nIt's a brand new day!"` Another example attaching images stored locally in a script: