diff --git a/app/constants.php b/app/constants.php index d6a9fd467..08e10d685 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); diff --git a/config.default.php b/config.default.php index c9bea70a1..b9cbdf988 100644 --- a/config.default.php +++ b/config.default.php @@ -1,7 +1,7 @@