-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
NoReply Address Always Dummy Address Regardless of Root URL Domain #9275
Comments
@lunny I think |
If I understand you correctly You mean to say that on this line: gitea/modules/setting/service.go Line 86 in 01a4a7c
You think the default should be: Service.NoReplyAddress = sec.Key("NO_REPLY_ADDRESS").MustString(Domain) You would need to update: gitea/custom/conf/app.ini.sample Line 507 in ee7df7b
NO_REPLY_ADDRESS = %(DOMAIN)s And it would be helpful to add a description in to https://github.com/go-gitea/gitea/blob/master/docs/content/doc/advanced/config-cheat-sheet.en-us.md#service-service as this option is not documented there. |
@zeripath what's purpose of |
It's just to document that the default value is the string value of DOMAIN |
OK, but I'd like to assign this issue to someone else instead. I'm just contributing to Gitea by reporting issues (currently). |
@zeripath thanks for the PR |
[x]
):(not relevant)
Description
Installing Gitea set
NO_REPLY_ADDRESS
option onapp.ini
to dummynoreply@example.org
address, regardless of domain inROOT_URL
. For NoReply emails to function correctly, use address from same domain as inROOT_URL
. For example, ifROOT_URL
domain ismygitea.instance
,NO_REPLY_ADDRESS
should benoreply@mygitea.instance
.Screenshots
(not relevant)
The text was updated successfully, but these errors were encountered: