Versions in this module Expand all Collapse all v1 v1.0.0 Apr 20, 2020 Changes in this version + type Email struct + Content string + IsHtml bool + Subject string + To []string + type MailClient interface + Send func(email *Email) error + func NewMailClient(config *MailConfig) MailClient + type MailConfig struct + Host string + IsSsl bool + Password string + Port int32 + Username string