MCPcopy
hub / github.com/pocketbase/pocketbase / OnMailerSend

Method OnMailerSend

core/base.go:995–997  ·  view source on GitHub ↗

------------------------------------------------------------------- Mailer event hooks -------------------------------------------------------------------

()

Source from the content-addressed store, hash-verified

993// -------------------------------------------------------------------
994
995func (app *BaseApp) OnMailerSend() *hook.Hook[*MailerEvent] {
996 return app.onMailerSend
997}
998
999func (app *BaseApp) OnMailerRecordPasswordResetSend(tags ...string) *hook.TaggedHook[*MailerRecordEvent] {
1000 return hook.NewTaggedHook(app.onMailerRecordPasswordResetSend, tags...)

Callers 3

NewMailClientMethod · 0.95
TestSendSystemAlertFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestSendSystemAlertFunction · 0.76