From 52bc2efc65af690b075d58dcff23eac97d1a0495 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Apr 2015 15:36:46 -0400 Subject: Fix typo --- docs/email-configuration.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/email-configuration.markdown') diff --git a/docs/email-configuration.markdown b/docs/email-configuration.markdown index 4c9174fa..9070e3f1 100644 --- a/docs/email-configuration.markdown +++ b/docs/email-configuration.markdown @@ -22,7 +22,7 @@ However, it's possible to use other methods, the SMTP protocol and Sendmail. ### SMTP configuration -Rename the file `config.default.php` to `config.php` and set change these values: +Rename the file `config.default.php` to `config.php` and change these values: ```php // We choose "smtp" as mail transport @@ -81,14 +81,14 @@ Examples: - http://myserver/kanboard/ - http://kanboard.mydomain.com/ -Don't forget the ending `/`. +Don't forget the ending slash `/`. You need to define that manually because Kanboard cannot guess the URL from a command line script and some people have very specific configuration. Troubleshooting --------------- -If no emails are sent and you are sure that everything is configured correctly: +If no emails are send and you are sure that everything is configured correctly: - Check your spam folder - Enable the debug mode and check the debug file `data/debug.log`, you should see the exact error -- cgit v1.2.3