mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
[BRANDING] Gitea->Forgejo in mailer code
This commit is contained in:
parent
f2d8e47bb2
commit
b91afea4ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue