@cryptotaxi247 / netdata-1 / commits / e395a69a0

fix a typo in the email notifications readme (#10668)

Correct spelling is msmtp, not mstmp

Ossi Mantylahti committed Feb 25, 2021 at 07:14 UTC e395a69a05c64c8739b2961ece78953db89bb18b
1 file changed +1 -1
health/notifications/email/README.md
+1 -1
@@ -43,7 +43,7 @@ You can always find the location of the alarm-notify.sh script in `netdata.conf`
43 If you want an alternative to `sendmail` in order to have a simple MTA configuration for sending emails and auth to an existing SMTP server, you can do the following:
44
45 - Install `msmtp`.
46 -- Modify the `sendmail` path in `health_alarm_notify.conf` to point to the location of `mstmp`:
46 +- Modify the `sendmail` path in `health_alarm_notify.conf` to point to the location of `msmtp`:
47 ```
48 # The full path to the sendmail command.
49 # If empty, the system $PATH will be searched for it.