Versions in this module Expand all Collapse all v0 v0.0.0 Oct 11, 2024 Changes in this version + func NewSMTPClient(host string, port int, username string, password string) *gomail.Dialer + type Client struct + func (c *Client) SendEmail(email *Email) error + type Email struct + Bcc []string + Body string + Cc []string + ContentType string + FromAddress string + FromName string + Subject string + ToAddresses []string