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 /app/constants.php | |
parent | 5933a829b7e0201fefe4198672612c0ae77000d6 (diff) |
Change default mail from
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/constants.php b/app/constants.php index d6a9fd46..08e10d68 100644 --- a/app/constants.php +++ b/app/constants.php @@ -49,7 +49,7 @@ defined('REVERSE_PROXY_DEFAULT_ADMIN') or define('REVERSE_PROXY_DEFAULT_ADMIN', defined('REVERSE_PROXY_DEFAULT_DOMAIN') or define('REVERSE_PROXY_DEFAULT_DOMAIN', ''); // Mail configuration -defined('MAIL_FROM') or define('MAIL_FROM', 'notifications@kanboard.net'); +defined('MAIL_FROM') or define('MAIL_FROM', 'notifications@kanboard.local'); defined('MAIL_TRANSPORT') or define('MAIL_TRANSPORT', 'mail'); defined('MAIL_SMTP_HOSTNAME') or define('MAIL_SMTP_HOSTNAME', ''); defined('MAIL_SMTP_PORT') or define('MAIL_SMTP_PORT', 25); |