MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / smtpMailer

Struct smtpMailer

api/pkg/emails/smtp_mailer_service.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type smtpMailer struct {
24 address string
25 from string
26 tracer telemetry.Tracer
27 auth smtp.Auth
28}
29
30// NewSMTPEmailService creates a new instance of the smtpMailer
31func NewSMTPEmailService(tracer telemetry.Tracer, config SMTPConfig) Mailer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected