Uses of Record Class
io.quarkus.mailer.SentMail
Packages that use SentMail
-
Uses of SentMail in io.quarkus.mailer.runtime
Constructor parameters in io.quarkus.mailer.runtime with type arguments of type SentMailModifierConstructorDescriptionMailers(io.vertx.core.Vertx vertx, io.vertx.mutiny.core.Vertx mutinyVertx, MailersRuntimeConfig mailersRuntimeConfig, io.quarkus.runtime.LaunchMode launchMode, MailerSupport mailerSupport, TlsConfigurationRegistry tlsRegistry, jakarta.enterprise.event.Event<SentMail> sentMailEvent) (package private)MutinyMailerImpl(io.vertx.mutiny.core.Vertx vertx, io.vertx.mutiny.ext.mail.MailClient client, MockMailboxImpl mockMailbox, String from, String bounceAddress, boolean mock, List<Pattern> approvedRecipients, boolean logRejectedRecipients, boolean logInvalidRecipients, jakarta.enterprise.event.Event<SentMail> sentEmailEvent)