From 1ad16dbbd0c715da788028624918cab1a53e43d4 Mon Sep 17 00:00:00 2001 From: "St. John Johnson" Date: Tue, 9 Feb 2016 13:15:18 -0800 Subject: [PATCH] Fixing a spelling error on smtp.notify --- 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 e76d3af83d0..92cddbb6e12 100644 --- a/source/_components/notify.smtp.markdown +++ b/source/_components/notify.smtp.markdown @@ -43,7 +43,7 @@ Configuration variables: This platform is fragile and not able to catch all exceptions in a smart way because of the large number of possible configuration combinations. -A combination that will work properly is port 587 and STARTTLS. It's recommanded to enable STARTTLS, if possible. +A combination that will work properly is port 587 and STARTTLS. It's recommended to enable STARTTLS, if possible. Keep in mind that if the password contains a colon, it needs to be wrapped in apostrophes in the `configuration.yaml` file.