summaryrefslogtreecommitdiff
path: root/config.default.php
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 /config.default.php
parent5933a829b7e0201fefe4198672612c0ae77000d6 (diff)
Change default mail from
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php2
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');