Versions in this module Expand all Collapse all v1 v1.202405300917.1 May 30, 2024 Changes in this version + type Message struct + BCC []string + Body string + CC []string + From string + Subject string + To []string + type Option func(s Server) + func WithCredentials(username, password string) Option + type Server interface + Close func() error + Messages func(username, password string) chan Message + Port func() int32 + func NewServer(opts ...Option) Server v1.202405300916.1-rc May 30, 2024