Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct{}
The Backend implements SMTP server methods.
func (*Backend) AnonymousLogin ¶
func (*Backend) NewSession ¶
type EmailProvider ¶
type EmailProvider struct{}
func (EmailProvider) Description ¶
func (r EmailProvider) Description() string
func (EmailProvider) Identifier ¶
func (r EmailProvider) Identifier() string
func (EmailProvider) Name ¶
func (r EmailProvider) Name() string
func (EmailProvider) Routes ¶
func (r EmailProvider) Routes() providers.ProviderRoutes
func (EmailProvider) Service ¶
func (r EmailProvider) Service() providers.Service
func (EmailProvider) Templates ¶
func (r EmailProvider) Templates()
type EmailService ¶
type EmailService struct {
// contains filtered or unexported fields
}
func NewEmailService ¶
func NewEmailService() *EmailService
func (*EmailService) Start ¶
func (s *EmailService) Start() chan providers.ServiceMessage
Click to show internal directories.
Click to hide internal directories.