Class EmailerImpl

java.lang.Object
io.jmix.email.impl.EmailerImpl
All Implemented Interfaces:
Emailer

@Component("email_Emailer") public class EmailerImpl extends Object implements Emailer
  • Field Details

    • emailerProperties

      @Autowired protected EmailerProperties emailerProperties
    • callCount

      protected AtomicInteger callCount
    • mailSendTaskExecutor

      protected org.springframework.core.task.TaskExecutor mailSendTaskExecutor
    • emailDataProvider

      @Autowired protected EmailDataProvider emailDataProvider
    • metadata

      @Autowired protected Metadata metadata
    • authenticator

      @Autowired protected SystemAuthenticator authenticator
    • emailSender

      @Autowired protected EmailSender emailSender
    • metadataTools

      @Autowired protected MetadataTools metadataTools
    • applicationContext

      @Autowired protected org.springframework.context.ApplicationContext applicationContext
    • emailCleaner

      @Autowired protected EmailCleaner emailCleaner
  • Constructor Details

    • EmailerImpl

      public EmailerImpl()
  • Method Details