Versions in this module Expand all Collapse all v0 v0.0.1 Jul 26, 2023 Changes in this version + func Close(client *smtp.Client) + type Config struct + EmailClient *smtp.Client + From string + LicenseCode string + SmtpPort string + SmtpServer string + Type string + func Open(config *Config) (*Config, error) + func (config *Config) SendEmail(subject, body string, to string) error + func (config *Config) SendMultipleEmail(subject, body string, to []string) error