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