Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 09:54:24 +01:00

[BRANDING] Gitea->Forgejo in mailer code

(cherry picked from commit b91afea4ff)
This commit is contained in:
firefly-cpp 2023-08-29 21:22:05 +02:00 committed by Earl Warren
parent b66f422fc3
commit 5d7428167c
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -61,7 +61,7 @@ func SendTestMail(email string) error {
// No mail service configured
return nil
}
return gomail.Send(Sender, NewMessage(email, "Gitea Test Email!", "Gitea Test Email!").ToMessage())
return gomail.Send(Sender, NewMessage(email, "Forgejo Test Email!", "Forgejo Test Email!").ToMessage())
}
// sendUserMail sends a mail to the user