Interface MailersBuildTimeConfig


@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) @ConfigMapping(prefix="quarkus.mailer") public interface MailersBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Caches data from attachment's Stream to a temporary file.
  • Method Details

    • cacheAttachments

      @WithDefault("false") boolean cacheAttachments()
      Caches data from attachment's Stream to a temporary file. It tries to delete it after sending email.