MCPcopy Create free account
hub / github.com/bytebase/bytebase / Send

Method Send

backend/plugin/mailer/mail.go:13–13  ·  view source on GitHub ↗
(ctx context.Context, req *SendRequest)

Source from the content-addressed store, hash-verified

11// Sender sends emails.
12type Sender interface {
13 Send(ctx context.Context, req *SendRequest) error
14}
15
16// SendRequest is the request to send an email.

Callers 8

TestEmailSettingMethod · 0.95
sendInviteEmailsMethod · 0.95
adminQueryMethod · 0.65
AdminExecuteMethod · 0.65
SendMethod · 0.65

Implementers 2

smtpSenderbackend/plugin/mailer/smtp.go
auditConnectStreamingConnbackend/api/v1/audit.go

Calls

no outgoing calls

Tested by 1