diff options
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'); |