Package io.quarkus.mailer.runtime
Interface MailersBuildTimeConfig
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
@ConfigMapping(prefix="quarkus.mailer")
public interface MailersBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCaches 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.
-