Versions in this module Expand all Collapse all v1 v1.1.0 Nov 12, 2023 v1.0.0 Oct 17, 2023 Changes in this version + func SendMail(email *Option, opt ...OptionFunc) error + type Option struct + Body string + Subject string + To []string + type OptionFunc func(msg *gomail.Message)