Change default mail from
This commit is contained in:
@@ -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', '');
|
defined('REVERSE_PROXY_DEFAULT_DOMAIN') or define('REVERSE_PROXY_DEFAULT_DOMAIN', '');
|
||||||
|
|
||||||
// Mail configuration
|
// 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_TRANSPORT') or define('MAIL_TRANSPORT', 'mail');
|
||||||
defined('MAIL_SMTP_HOSTNAME') or define('MAIL_SMTP_HOSTNAME', '');
|
defined('MAIL_SMTP_HOSTNAME') or define('MAIL_SMTP_HOSTNAME', '');
|
||||||
defined('MAIL_SMTP_PORT') or define('MAIL_SMTP_PORT', 25);
|
defined('MAIL_SMTP_PORT') or define('MAIL_SMTP_PORT', 25);
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// E-mail address for the "From" header (notifications)
|
// 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)
|
// Mail transport to use: "smtp", "sendmail" or "mail" (PHP mail function)
|
||||||
define('MAIL_TRANSPORT', 'mail');
|
define('MAIL_TRANSPORT', 'mail');
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ define('MAIL_SENDMAIL_COMMAND', '/usr/sbin/sendmail -bs');
|
|||||||
|
|
||||||
### The sender email address
|
### The sender email address
|
||||||
|
|
||||||
By default, emails will use the sender address `notifications@kanboard.net`.
|
By default, emails will use the sender address `notifications@kanboard.local`.
|
||||||
It's not possible to reply to this address.
|
It's not possible to reply to this address.
|
||||||
|
|
||||||
You can customize this address by changing the value of the constant `MAIL_FROM` in your config file.
|
You can customize this address by changing the value of the constant `MAIL_FROM` in your config file.
|
||||||
|
|||||||
Reference in New Issue
Block a user