Add configuration parameter to disable email configuration from user interface
This commit is contained in:
@@ -65,7 +65,10 @@ Email configuration
|
||||
-------------------
|
||||
|
||||
```php
|
||||
// E-mail address for the "From" header (notifications)
|
||||
// Enable/disable email configuration from the user interface
|
||||
define('MAIL_CONFIGURATION', true);
|
||||
|
||||
// E-mail address used for the "From" header (notifications)
|
||||
define('MAIL_FROM', 'notifications@kanboard.local');
|
||||
|
||||
// Mail transport to use: "smtp", "sendmail" or "mail" (PHP mail function)
|
||||
|
||||
@@ -65,7 +65,10 @@ E-posta yapılandırması
|
||||
-------------------
|
||||
|
||||
```php
|
||||
// E-mail address for the "From" header (notifications)
|
||||
// Enable/disable email configuration from the user interface
|
||||
define('MAIL_CONFIGURATION', true);
|
||||
|
||||
// E-mail address used for the "From" header (notifications)
|
||||
define('MAIL_FROM', 'notifications@kanboard.local');
|
||||
|
||||
// Mail transport to use: "smtp", "sendmail" or "mail" (PHP mail function)
|
||||
|
||||
Reference in New Issue
Block a user