MCPcopy 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

26type Mailer interface {
27 // Send adds a message to the push queue
28 Send(ctx context.Context, mail *Email) error
29}

Callers 15

TestSendSMS_EncryptedFunction · 0.65
TestSendSMS_RateLimitFunction · 0.65
WarnMethod · 0.65
FatalMethod · 0.65
ErrorMethod · 0.65
SendMethod · 0.65
GetAttachmentMethod · 0.65
OnMessageSendFailedMethod · 0.65
OnMessagePhoneSentMethod · 0.65

Implementers 6

smtpMailerapi/pkg/emails/smtp_mailer_service.go
PhoneNotificationServiceapi/pkg/services/phone_notification_se
Integration3CXServiceapi/pkg/services/integration_3cx_servi
WebhookServiceapi/pkg/services/webhook_service.go
FirebaseFCMClientapi/pkg/services/fcm_client.go
EmulatorFCMClientapi/pkg/services/emulator_fcm_client.g

Calls

no outgoing calls

Tested by 3

TestSendSMS_EncryptedFunction · 0.52
TestSendSMS_RateLimitFunction · 0.52