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 /config.default.php | |
parent | 5933a829b7e0201fefe4198672612c0ae77000d6 (diff) |
Change default mail from
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php index c9bea70a..b9cbdf98 100644 --- a/config.default.php +++ b/config.default.php @@ -1,7 +1,7 @@ <?php // E-mail address for the "From" header (notifications) -define('MAIL_FROM', 'notifications@kanboard.net'); +define('MAIL_FROM', 'notifications@kanboard.local'); // Mail transport to use: "smtp", "sendmail" or "mail" (PHP mail function) define('MAIL_TRANSPORT', 'mail'); |