MCPcopy Index your code
hub / github.com/supabase/auth / Mailer

Method Mailer

internal/api/api.go:64–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62func (a *API) GetDB() *storage.Connection { return a.db }
63func (a *API) GetTokenService() *tokens.Service { return a.tokenService }
64func (a *API) Mailer() mailer.Mailer { return a.mailer }
65
66func (a *API) Version() string {
67 return a.version

Callers 2

adminGenerateLinkMethod · 0.95
sendEmailMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected