summaryrefslogtreecommitdiff
path: root/app/Template/config/application.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-05 14:53:46 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-05 14:53:46 -0400
commitcd4c09c10aabb133efa0ef5e0566630941178a4a (patch)
tree2f3f56617c90ce8c907f46324fa2dde26e91e79d /app/Template/config/application.php
parenta08339059b06bcfb673b13a380b6f199abfb5983 (diff)
Conifgure email settings through user interface
Diffstat (limited to 'app/Template/config/application.php')
-rw-r--r--app/Template/config/application.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Template/config/application.php b/app/Template/config/application.php
index b66d0633..0f842f6e 100644
--- a/app/Template/config/application.php
+++ b/app/Template/config/application.php
@@ -9,9 +9,6 @@
<?= $this->form->text('application_url', $values, $errors, array('placeholder="http://example.kanboard.net/"')) ?>
<p class="form-help"><?= t('Example: http://example.kanboard.net/ (used to generate absolute URLs)') ?></p>
- <?= $this->form->label(t('Email sender address'), 'mail_sender_address') ?>
- <?= $this->form->text('mail_sender_address', $values, $errors, array('placeholder="'.MAIL_FROM.'"')) ?>
-
<?= $this->form->label(t('Language'), 'application_language') ?>
<?= $this->form->select('application_language', $languages, $values, $errors) ?>