MCPcopy
hub / github.com/pocketbase/pocketbase / Send

Method Send

tools/mailer/mailer.go:29–29  ·  view source on GitHub ↗

Send sends an email with the provided Message.

(message *Message)

Source from the content-addressed store, hash-verified

27type Mailer interface {
28 // Send sends an email with the provided Message.
29 Send(message *Message) error
30}
31
32// SendInterceptor is optional interface for registering mail send hooks.

Callers 11

sendMethod · 0.65
SendRecordAuthAlertFunction · 0.65
SendRecordOTPFunction · 0.65
SendRecordPasswordResetFunction · 0.65
SendRecordVerificationFunction · 0.65
SendRecordChangeEmailFunction · 0.65
sendSystemAlertFunction · 0.65
NewMailClientMethod · 0.65
realtimeBroadcastRecordFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected