Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReturnMail ¶
возвращает письмо обратно в очередь после ошибки во время отправки
Types ¶
type Mailer ¶
type Mailer struct {
// contains filtered or unexported fields
}
Mailer отправитель письма
type Service ¶
type Service struct { // количество отправителей MailersCount int `yaml:"workers"` Configs map[string]*Config `yaml:"postmans"` // contains filtered or unexported fields }
сервис отправки писем
func (*Service) OnInit ¶
func (s *Service) OnInit(event *common.ApplicationEvent)
инициализирует сервис отправки писем
Click to show internal directories.
Click to hide internal directories.