From 0e7eeb9b1692196245b14cd705d272e1aa8cc220 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 7 Oct 2015 23:29:56 +0200 Subject: [PATCH] Update configuration sample --- source/components/notify.smtp.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/notify.smtp.markdown b/source/components/notify.smtp.markdown index 09b57f4ff3a..51d86a9eea6 100644 --- a/source/components/notify.smtp.markdown +++ b/source/components/notify.smtp.markdown @@ -18,7 +18,7 @@ To enable notification by e-mail in your installation, add the following to your # Example configuration.yaml entry notify: name: NOTIFIER_NAME - platform: mail + platform: smtp server: MAIL_SERVER port: YOUR_SMTP_PORT sender: SENDER_EMAIL_ADDRESS