diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-11 15:36:46 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-11 15:36:46 -0400 |
commit | 52bc2efc65af690b075d58dcff23eac97d1a0495 (patch) | |
tree | 6bd336db3f960ad8ab1af9986675a88f9a725a07 /docs/email-configuration.markdown | |
parent | b4c6f0b2555d0dc9044c82ea5cda29315d766951 (diff) |
Fix typo
Diffstat (limited to 'docs/email-configuration.markdown')
-rw-r--r-- | docs/email-configuration.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
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 |