]> source.dussan.org Git - gitea.git/commit
Fix sender of issue notifications 2/head
authorSandro Santilli <strk@kbt.io>
Wed, 7 Sep 2016 09:19:44 +0000 (11:19 +0200)
committerSandro Santilli <strk@kbt.io>
Wed, 2 Nov 2016 20:00:54 +0000 (21:00 +0100)
commitaf03d00780a6ee70c58e135c6679542cde4f8d50
tree5aa8f9cdb9dd7e85da3d559dfcde2d7f231366f4
parent5c5424301443ffa3659737d12de48ab1dfe39a00
Fix sender of issue notifications

It is the FROM field in mailer configuration that needs be used,
not the USER field, which is for authentication.

Closes https://github.com/gogits/gogs/issues/3615
models/mail.go
modules/setting/setting.go