Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
12
type
Sender
interface
{
13
Send(ctx context.Context, req *SendRequest) error
14
}
15
16
// SendRequest is the request to send an email.
Callers
8
TestSMTPSend_ConnectionRefused
Function · 0.95
TestEmailSetting
Method · 0.95
sendEmailVerificationCode
Method · 0.95
sendInviteEmails
Method · 0.95
adminQuery
Method · 0.65
AdminExecute
Method · 0.65
Send
Method · 0.65
request_SQLService_AdminExecute_0
Function · 0.65
Implementers
2
smtpSender
backend/plugin/mailer/smtp.go
auditConnectStreamingConn
backend/api/v1/audit.go
Calls
no outgoing calls
Tested by
1
TestSMTPSend_ConnectionRefused
Function · 0.76