MCPcopy Create free account
hub / github.com/gogs/gogs / SendTestMail

Function SendTestMail

internal/email/email.go:74–76  ·  view source on GitHub ↗
(email string)

Source from the content-addressed store, hash-verified

72}
73
74func SendTestMail(email string) error {
75 return gomail.Send(&Sender{}, NewMessage([]string{email}, "Gogs Test Email", "Hello 👋, greeting from Gogs!").Message)
76}
77
78/*
79 Setup interfaces of used methods in mail to avoid cycle import.

Callers 1

SendTestMailFunction · 0.92

Calls 2

NewMessageFunction · 0.85
SendMethod · 0.80

Tested by

no test coverage detected