From d0a1ed9227a5166aa56d37ccea142cdb1e0ae082 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 5 Feb 2017 11:54:27 -0500 Subject: Add configuration parameter to disable email configuration from user interface --- doc/tr_TR/config.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/tr_TR') diff --git a/doc/tr_TR/config.markdown b/doc/tr_TR/config.markdown index dc28fbdf..f09b4adf 100644 --- a/doc/tr_TR/config.markdown +++ b/doc/tr_TR/config.markdown @@ -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) -- cgit v1.2.3