Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Sendmail settings on admin config page #2782

Merged
merged 3 commits into from
Oct 26, 2017

Conversation

cez81
Copy link
Contributor

@cez81 cez81 commented Oct 25, 2017

As title add the Sendmail setting to the config page
sendmail

@lafriks lafriks added the type/enhancement An improvement of existing functionality label Oct 25, 2017
@lafriks lafriks added this to the 1.4.0 milestone Oct 25, 2017
@codecov-io
Copy link

codecov-io commented Oct 25, 2017

Codecov Report

Merging #2782 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2782   +/-   ##
=======================================
  Coverage   27.18%   27.18%           
=======================================
  Files          88       88           
  Lines       17367    17367           
=======================================
  Hits         4721     4721           
  Misses      11961    11961           
  Partials      685      685

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6a107e5...9d06d9a. Read the comment docs.

@tboerger tboerger added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Oct 25, 2017
<dd>{{.Mailer.Host}}</dd>
{{else}}
<dt>{{.i18n.Tr "admin.config.mailer_use_sendmail"}}</dt>
<dd><i class="fa fa{{if .Mailer.UseSendmail}}-check{{end}}-square-o"></i></dd>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The if .Mailer.UseSendmail at this line could be removed since we check it ar L173.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@sapk
Copy link
Member

sapk commented Oct 25, 2017

Just a if that could be removed. For the rest LGTM.

@tboerger tboerger added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Oct 25, 2017
@lafriks
Copy link
Member

lafriks commented Oct 26, 2017

LGTM

@tboerger tboerger added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Oct 26, 2017
@lafriks lafriks modified the milestones: 1.4.0, 1.3.0 Oct 26, 2017
@lafriks
Copy link
Member

lafriks commented Oct 26, 2017

Make LG-TM work

@lunny lunny merged commit 4d01eca into go-gitea:master Oct 26, 2017
@cez81 cez81 deleted the sendmail_config branch October 26, 2017 09:04
vdbt pushed a commit to vdbt/gitea that referenced this pull request Oct 27, 2017
* Show Sendmail settings on admin config page

* Remove unecessary if statement
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants