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/en_US/config.markdown | 5 ++++- doc/tr_TR/config.markdown | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/en_US/config.markdown b/doc/en_US/config.markdown index a2046989..4ccaec27 100644 --- a/doc/en_US/config.markdown +++ b/doc/en_US/config.markdown @@ -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) 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