diff options
Diffstat (limited to 'doc/en_US')
-rw-r--r-- | doc/en_US/config.markdown | 5 |
1 files changed, 4 insertions, 1 deletions
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) |