Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NdoleStudio/httpsms
/ Send
Method
Send
api/pkg/emails/mailer.go:28–28 ·
view source on GitHub ↗
Send adds a message to the push queue
(ctx context.Context, mail *Email)
Source
from the content-addressed store, hash-verified
26
type
Mailer
interface
{
27
// Send adds a message to the push queue
28
Send(ctx context.Context, mail *Email) error
29
}
Callers
15
TestSendSMS_Encrypted
Function · 0.65
TestSendSMS_RateLimit
Function · 0.65
TestSendSMS_OutstandingFlow
Function · 0.65
Warn
Method · 0.65
Fatal
Method · 0.65
Error
Method · 0.65
Send
Method · 0.65
GetAttachment
Method · 0.65
OnMessagePhoneReceived
Method · 0.65
OnMessageSendFailed
Method · 0.65
OnMessagePhoneSent
Method · 0.65
OnMessagePhoneDelivered
Method · 0.65
Implementers
6
smtpMailer
api/pkg/emails/smtp_mailer_service.go
PhoneNotificationService
api/pkg/services/phone_notification_se
Integration3CXService
api/pkg/services/integration_3cx_servi
WebhookService
api/pkg/services/webhook_service.go
FirebaseFCMClient
api/pkg/services/fcm_client.go
EmulatorFCMClient
api/pkg/services/emulator_fcm_client.g
Calls
no outgoing calls
Tested by
3
TestSendSMS_Encrypted
Function · 0.52
TestSendSMS_RateLimit
Function · 0.52
TestSendSMS_OutstandingFlow
Function · 0.52