Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NdoleStudio/httpsms
/ Mailer
Interface
Mailer
api/pkg/emails/mailer.go:26–29 ·
view source on GitHub ↗
Mailer is used for sending emails
Source
from the content-addressed store, hash-verified
24
25
// Mailer is used for sending emails
26
type
Mailer
interface
{
27
// Send adds a message to the push queue
28
Send(ctx context.Context, mail *Email) error
29
}
Callers
8
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
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
no test coverage detected