Versions in this module Expand all Collapse all v0 v0.0.2 Nov 22, 2019 Changes in this version + type Mail struct + func New(config config.MailConfig) (*Mail, error) + func (m *Mail) Mail(to []string, subject string, text []byte, html []byte) *email.Email + func (m *Mail) Send(e *email.Email) error + func (m *Mail) Test(to string) error v0.0.1 Nov 22, 2019