Change default mail from

This commit is contained in:
Frédéric Guillot
2014-12-06 19:15:38 -05:00
parent 5933a829b7
commit 515e29461f
3 changed files with 3 additions and 3 deletions

View File

@@ -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.