forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the admin mailer config display (go-gitea#20633)
- Loading branch information
1 parent
654ad1a
commit 5abf809
Showing
2 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2796,16 +2796,19 @@ config.queue_length = Queue Length | |
config.deliver_timeout = Deliver Timeout | ||
config.skip_tls_verify = Skip TLS Verification | ||
|
||
config.mailer_config = SMTP Mailer Configuration | ||
config.mailer_config = Mailer Configuration | ||
config.mailer_enabled = Enabled | ||
config.mailer_disable_helo = Disable HELO | ||
config.mailer_enable_helo = Enable HELO | ||
config.mailer_name = Name | ||
config.mailer_host = Host | ||
config.mailer_protocol = Protocol | ||
config.mailer_smtp_addr = SMTP Addr | ||
config.mailer_smtp_port = SMTP Port | ||
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.mailer_sendmail_timeout = Sendmail Timeout | ||
config.mailer_use_dummy = Dummy | ||
config.test_email_placeholder = Email (e.g. [email protected]) | ||
config.send_test_mail = Send Testing Email | ||
config.test_mail_failed = Failed to send a testing email to '%s': %v | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters