diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-06 19:15:38 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-06 19:15:38 -0500 |
commit | 515e29461fcf3060b940cc9304dda254adba2d17 (patch) | |
tree | 88d683d856673314dfe9ae9b5e412da803d8514e /docs/email-configuration.markdown | |
parent | 5933a829b7e0201fefe4198672612c0ae77000d6 (diff) |
Change default mail from
Diffstat (limited to 'docs/email-configuration.markdown')
-rw-r--r-- | docs/email-configuration.markdown | 2 |
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. |