diff options
author | Jonas Bröms <cez81@users.noreply.github.com> | 2017-10-26 10:47:16 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-10-26 16:47:16 +0800 |
commit | 4d01ecaef350c6df0c27913f05cc0537bed5f7e9 (patch) | |
tree | 932c38ef6ab83c31e2adef96ab884fb3587ddee4 /options | |
parent | 6a107e57f6ded230b9e9f6861ac2101a34f260b1 (diff) | |
download | gitea-4d01ecaef350c6df0c27913f05cc0537bed5f7e9.tar.gz gitea-4d01ecaef350c6df0c27913f05cc0537bed5f7e9.zip |
Show Sendmail settings on admin config page (#2782)
* Show Sendmail settings on admin config page
* Remove unecessary if statement
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 686e353ea1..6fa33e97c0 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1412,6 +1412,9 @@ config.mailer_disable_helo = Disable HELO config.mailer_name = Name config.mailer_host = Host config.mailer_user = User +config.mailer_use_sendmail = Use Sendmail +config.mailer_sendmail_path = Sendmail Path +config.mailer_sendmail_args = Extra arguments to Sendmail config.send_test_mail = Send Test Email config.test_mail_failed = Failed to send test email to '%s': %v config.test_mail_sent = Test email has been sent to '%s'. |