Versions in this module Expand all Collapse all v1 v1.16.10 Dec 2, 2021 Changes in this version + type SMTP struct + Address string + Password string + Username string + func New(address, username, password string) *SMTP + func (s *SMTP) SendMail(from, tos, subject, body string, contentType ...string) error