package
Version:
v3.32.0
Opens a new window with list of versions in this module.
Published: Sep 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package sendgrid provides the implementation of an email sender using SendGrid.
New creates a SendGrid email provider.
type Config struct {
APIKey string `name:"api-key" description:"The SendGrid API key to use"`
SandboxMode bool `name:"sandbox" description:"Use SendGrid sandbox mode for testing"`
}
Config for the SendGrid email provider.
SendGrid is the type that implements SendGrid as email provider.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.