summaryrefslogtreecommitdiffstats
path: root/health/notifications/email/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'health/notifications/email/README.md')
-rw-r--r--health/notifications/email/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/health/notifications/email/README.md b/health/notifications/email/README.md
index bf03887ac..827a9c0be 100644
--- a/health/notifications/email/README.md
+++ b/health/notifications/email/README.md
@@ -1,3 +1,8 @@
+<!--
+title: "Email"
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/email/README.md
+-->
+
# Email
You need a working `sendmail` command for email alerts to work. Almost all MTAs provide a `sendmail` interface.
@@ -50,7 +55,7 @@ sendmail="/usr/bin/msmtp"
(sudo) su -s /bin/bash netdata
```
- Configure `~/.msmtprc` as shown [in the documentation](https://marlam.de/msmtp/documentation/).
-- Finaly set the appropriate permissions on the `.msmtprc` file :
+- Finally set the appropriate permissions on the `.msmtprc` file :
```sh
chmod 600 ~/.msmtprc
```