diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-29 14:20:59 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-29 14:20:59 -0500 |
commit | b97a4fedcc4729130817faf6637153106ad9b9f4 (patch) | |
tree | 528c749e8e2218cae78a5a0dd101ab18355ab9df /docs/email-configuration.markdown | |
parent | d6bde1e3ec1d0b0fae7bb85e274e1bebb65d78db (diff) |
Update cli doc
Diffstat (limited to 'docs/email-configuration.markdown')
-rw-r--r-- | docs/email-configuration.markdown | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/email-configuration.markdown b/docs/email-configuration.markdown index 614fe5da..8b2727b0 100644 --- a/docs/email-configuration.markdown +++ b/docs/email-configuration.markdown @@ -79,18 +79,6 @@ define('MAIL_FROM', 'notifications@kanboard.net'); That can be useful if your SMTP server configuration doesn't accept the default address. - -### Check for due tasks - -Every day, Kanboard can check for due tasks, to do that you have to setup a cronjob on your server and use the Kanboard command line interface. - -Here a example: - -```bash -# Everyday at 8am we check for due tasks -0 8 * * * cd /path/to/kanboard && ./kanboard send-notifications-due-tasks >/dev/null 2>&1 -``` - ### How to display a link to the task in notifications? To do that, you have to specify the URL of your Kanboard installation in your [Application Settings](http://kanboard.net/documentation/application-configuration). |