package
Version:
v0.0.0-...-8495beb
Opens a new window with list of versions in this module.
Published: Sep 20, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
SendgridFromName string `envconfig:"SENDGRID_FROM_NAME" required:"true"`
SendgridFromAddr string `envconfig:"SENDGRID_FROM_ADDR" required:"true"`
SendgridAPIKey string `envconfig:"SENDGRID_API_KEY" required:"true"`
}
type Mailer interface {
Mail(toname, toaddr, subj, rich, text string) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.