package
Version:
v0.0.0-...-7b42dea
Opens a new window with list of versions in this module.
Published: Nov 26, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewLogMailer() *logMailer
func NewSendGridMailer(sendGridAPIKey string) *sendGridMailer
type Mailer interface {
SendMail(fromName, fromEmail, toName, toEmail, subject, body string) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.