MCPcopy 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
26type Mailer interface {
27 // Send adds a message to the push queue
28 Send(ctx context.Context, mail *Email) error
29}

Callers 8

TestSendSMS_EncryptedFunction · 0.65
TestSendSMS_RateLimitFunction · 0.65
WarnMethod · 0.65
FatalMethod · 0.65
ErrorMethod · 0.65
SendMethod · 0.65
GetAttachmentMethod · 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

no test coverage detected