mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Show Sendmail settings on admin config page (#2782)
* Show Sendmail settings on admin config page * Remove unecessary if statement
This commit is contained in:
@@ -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'.
|
||||
|
Reference in New Issue
Block a user