MCPcopy
hub / github.com/pocketbase/pocketbase / NewMailClient

Method NewMailClient

core/app.go:90–90  ·  view source on GitHub ↗

NewMailClient creates and returns a new SMTP or Sendmail client based on the current app settings.

()

Source from the content-addressed store, hash-verified

88 // NewMailClient creates and returns a new SMTP or Sendmail client
89 // based on the current app settings.
90 NewMailClient() mailer.Mailer
91
92 // NewFilesystem creates a new local or S3 filesystem instance
93 // for managing regular app files (ex. record uploads)

Callers 6

SendRecordAuthAlertFunction · 0.65
SendRecordOTPFunction · 0.65
SendRecordPasswordResetFunction · 0.65
SendRecordVerificationFunction · 0.65
SendRecordChangeEmailFunction · 0.65
sendSystemAlertFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected