Forgejo/services/mailer
Aravinth Manivannan 7ea66ee1c5
[GITEA] notifies admins on new user registration
Sends email with information on the new user (time of creation and time of last sign-in) and a link to manage the new user from the admin panel

closes: https://codeberg.org/forgejo/forgejo/issues/480

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1371
Co-authored-by: Aravinth Manivannan <realaravinth@batsense.net>
Co-committed-by: Aravinth Manivannan <realaravinth@batsense.net>
(cherry picked from commit c721aa828b)
(cherry picked from commit 6487efcb9d)

Conflicts:
	modules/notification/base/notifier.go
	modules/notification/base/null.go
	modules/notification/notification.go
	https://codeberg.org/forgejo/forgejo/pulls/1422
2023-09-11 18:31:50 +02:00
..
incoming Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
token Use minio/sha256-simd for accelerated SHA256 (#23052) 2023-02-22 14:21:46 -05:00
mail.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
mail_admin_new_user.go [GITEA] notifies admins on new user registration 2023-09-11 18:31:50 +02:00
mail_admin_new_user_test.go [GITEA] notifies admins on new user registration 2023-09-11 18:31:50 +02:00
mail_comment.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
mail_issue.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
mail_release.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
mail_repo.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
mail_team_invite.go Team invite url fix when registration disabled (#26950) 2023-09-07 14:50:45 +00:00
mail_test.go Add support for incoming emails (#22056) 2023-01-14 23:57:10 +08:00
mailer.go Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
mailer_test.go Prevent multiple To recipients (#22566) 2023-01-22 08:23:52 -06:00
main_test.go move repository deletion to service layer (#26948) 2023-09-08 04:51:15 +00:00
notify.go [GITEA] notifies admins on new user registration 2023-09-11 18:31:50 +02:00