MCPcopy
hub / github.com/pocketbase/pocketbase / NewTestEmailSend

Function NewTestEmailSend

forms/test_email_send.go:31–33  ·  view source on GitHub ↗

NewTestEmailSend creates and initializes new TestEmailSend form.

(app core.App)

Source from the content-addressed store, hash-verified

29
30// NewTestEmailSend creates and initializes new TestEmailSend form.
31func NewTestEmailSend(app core.App) *TestEmailSend {
32 return &TestEmailSend{app: app}
33}
34
35// Validate makes the form validatable by implementing [validation.Validatable] interface.
36func (form *TestEmailSend) Validate() error {

Callers 2

settingsTestEmailFunction · 0.92

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…