Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2026 Changes in this version + type ResendProvider struct + func NewResendProvider(config *emailtypes.EmailPluginConfig, logger models.Logger) (*ResendProvider, error) + func (r *ResendProvider) SendEmail(ctx context.Context, to string, subject string, text string, html string) error + type SMTPProvider struct + func NewSMTPProvider(config *types.EmailPluginConfig, logger models.Logger) (*SMTPProvider, error) + func (s *SMTPProvider) SendEmail(ctx context.Context, to string, subject string, text string, html string) error