Change default mail from

This commit is contained in:
Frédéric Guillot
2014-12-06 19:15:38 -05:00
parent 5933a829b7
commit 515e29461f
3 changed files with 3 additions and 3 deletions

View File

@@ -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');