summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-12-06 19:15:38 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-12-06 19:15:38 -0500
commit515e29461fcf3060b940cc9304dda254adba2d17 (patch)
tree88d683d856673314dfe9ae9b5e412da803d8514e /docs
parent5933a829b7e0201fefe4198672612c0ae77000d6 (diff)
Change default mail from
Diffstat (limited to 'docs')
-rw-r--r--docs/email-configuration.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/email-configuration.markdown b/docs/email-configuration.markdown
index 8b2727b0..8e0a0a92 100644
--- a/docs/email-configuration.markdown
+++ b/docs/email-configuration.markdown
@@ -68,7 +68,7 @@ define('MAIL_SENDMAIL_COMMAND', '/usr/sbin/sendmail -bs');
### The sender email address
-By default, emails will use the sender address `notifications@kanboard.net`.
+By default, emails will use the sender address `notifications@kanboard.local`.
It's not possible to reply to this address.
You can customize this address by changing the value of the constant `MAIL_FROM` in your config file.