Documentation ¶
Index ¶
- type Service
- func (s *Service) Debug() bool
- func (s *Service) Registry() kit.Registry
- func (s Service) Send(mail kit.Email) apperror.Error
- func (s Service) SendMultiple(emails ...kit.Email) (apperror.Error, []apperror.Error)
- func (s *Service) SetDebug(x bool)
- func (s *Service) SetDefaultFrom(r kit.EmailRecipient)
- func (s *Service) SetRegistry(x kit.Registry)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (Service) SendMultiple ¶
func (*Service) SetDefaultFrom ¶
func (s *Service) SetDefaultFrom(r kit.EmailRecipient)
func (*Service) SetRegistry ¶
Click to show internal directories.
Click to hide internal directories.