Versions in this module Expand all Collapse all v1 v1.0.3 Jan 3, 2023 v1.0.2 Jan 3, 2023 Changes in this version + type Options struct + APIKey string + Email string + Host string + UsersResetPasswordSubject string + UsersResetPasswordTemplateID string + func (o Options) MakeResetPasswordEmail(userName string, email string, temporaryToken string) *mail.SGMailV3 + func (o Options) NewSendClient() SendClient + type SendClient interface + Send func(email *mail.SGMailV3) (*rest.Response, error)