MCPcopy
hub / github.com/pocketbase/pocketbase / OnSend

Method OnSend

tools/mailer/mailer.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32// SendInterceptor is optional interface for registering mail send hooks.
33type SendInterceptor interface {
34 OnSend() *hook.Hook[*SendEvent]
35}
36
37type SendEvent struct {

Callers 2

NewMailClientMethod · 0.65
TestBaseAppNewMailClientFunction · 0.65

Implementers 2

Sendmailtools/mailer/sendmail.go
SMTPClienttools/mailer/smtp.go

Calls

no outgoing calls

Tested by 1

TestBaseAppNewMailClientFunction · 0.52