package
1.24.0-dev
Repository: https://github.com/go-gitea/gitea.git
Documentation: pkg.go.dev

# Packages

# Functions

MailMentionsComment sends email to users mentioned in a code comment.
MailNewRelease send new release notify to all repo watchers.
MailParticipants sends new issue thread created emails to repository watchers and mentioned people.
MailParticipantsComment sends new comment emails to repository watchers and mentioned people.
MailTeamInvite sends team invites.
NewContext start mail queue service.
NewNotifier create a new mailNotifier notifier.
SendActivateAccountMail sends an activation mail to the user (new user registration).
SendActivateEmailMail sends confirmation email to confirm new email address.
SendCollaboratorMail sends mail notification to new collaborator.
SendIssueAssignedMail composes and sends issue assigned email.
SendRegisterNotifyMail triggers a notify e-mail by admin created a account.
SendRepoTransferNotifyMail triggers a notification e-mail when a pending repository transfer was created.
SendResetPasswordMail sends a password reset mail to the user.
SendTestMail sends a test mail.

# Constants

MailBatchSize set the batch size used in mailIssueCommentBatch.

# Variables

SendAsync send emails asynchronously (make it mockable).