Documentation
¶
Overview ¶
Package email provides email sending via AWS SES with template integration. Concrete implementations live in the ses sub-package.
See the module README for usage examples and design rationale.
SPDX-License-Identifier: MIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrClosed is returned when an operation is attempted on a closed // email service. ErrClosed = errors.New("email: service is closed") )
Sentinel errors returned by EmailProvider implementations.
Functions ¶
func IsErrClosed ¶
IsErrClosed checks if the provided error corresponds to the ErrClosed sentinel error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.