Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResendProvider ¶
type ResendProvider struct {
// contains filtered or unexported fields
}
func NewResendProvider ¶
func NewResendProvider( config *emailtypes.EmailPluginConfig, logger models.Logger, ) (*ResendProvider, error)
type SMTPProvider ¶
type SMTPProvider struct {
// contains filtered or unexported fields
}
func NewSMTPProvider ¶
func NewSMTPProvider( config *emailtypes.EmailPluginConfig, logger models.Logger, ) (*SMTPProvider, error)
Click to show internal directories.
Click to hide internal directories.