smtpmock

package
v2.33.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2026 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	HostAddress string
	SMTPPort    int
	APIPort     int
	Logger      slog.Logger
}

type EmailSummary

type EmailSummary struct {
	Subject                string    `json:"subject"`
	Date                   time.Time `json:"date"`
	NotificationTemplateID uuid.UUID `json:"notification_template_id,omitempty"`
}

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server wraps the SMTP mock server and provides an HTTP API to retrieve emails.

func (*Server) APIAddress

func (s *Server) APIAddress() string

func (*Server) MessageCount

func (s *Server) MessageCount() int

func (*Server) Purge

func (s *Server) Purge()

func (*Server) SMTPAddress

func (s *Server) SMTPAddress() string

func (*Server) Start

func (s *Server) Start(ctx context.Context, cfg Config) error

func (*Server) Stop

func (s *Server) Stop() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL