Add configuration parameter to disable email configuration from user interface

This commit is contained in:
Frederic Guillot
2017-02-05 11:54:27 -05:00
parent a2e2ab8997
commit d0a1ed9227
32 changed files with 58 additions and 14 deletions

View File

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

View File

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