Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
33
type
SendInterceptor
interface
{
34
OnSend() *hook.Hook[*SendEvent]
35
}
36
37
type
SendEvent
struct
{
Callers
2
NewMailClient
Method · 0.65
TestBaseAppNewMailClient
Function · 0.65
Implementers
2
Sendmail
tools/mailer/sendmail.go
SMTPClient
tools/mailer/smtp.go
Calls
no outgoing calls
Tested by
1
TestBaseAppNewMailClient
Function · 0.52