10000 Split mail sender sub package from mailer service package by lunny · Pull Request #32618 · go-gitea/gitea · GitHub
[go: up one dir, main page]

Skip to content

Split mail sender sub package from mailer service package #32618

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

Merged
merged 5 commits into from
Nov 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint
  • Loading branch information
lunny committed Nov 23, 2024
commit 65b900240868b57924ca6e8019e7a675d8c44599
1 change: 1 addition & 0 deletions services/mailer/mailer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright 2014 The Gogs Authors. All rights reserved.
// Copyright 2017 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

package mailer

Expand Down
Loading
0