Uses of Class
io.quarkus.mailer.Mail
Packages that use Mail
-
Uses of Mail in io.quarkus.mailer
Methods in io.quarkus.mailer that return MailModifier and TypeMethodDescriptionMail.addAttachment(String name, byte[] data, String contentType) Adds an attachment.Mail.addAttachment(String name, byte[] data, String contentType, String description, String disposition) Adds an attachment.Mail.addAttachment(String name, File file, String contentType) Adds an attachment.Mail.addAttachment(String name, Flow.Publisher<Byte> data, String contentType) Adds an attachment.Mail.addAttachment(String name, Flow.Publisher<Byte> data, String contentType, String description, String disposition) Adds an attachment.Adds BCC recipients.Adds CC recipients.Adds a header value.Mail.addInlineAttachment(String name, byte[] data, String contentType, String contentId) Adds an inline attachment.Mail.addInlineAttachment(String name, File file, String contentType, String contentId) Adds an inline attachment.Mail.addInlineAttachment(String name, Flow.Publisher<Byte> data, String contentType, String contentId) Adds an inline attachment.Mail.addReplyTo(String replyTo) Adds a reply-to address.Adds TO recipients.Mail.removeHeader(String key) Removes a header.Mail.setAttachments(List<Attachment> attachments) Sets the attachment list.Sets the BCC recipients.Mail.setBounceAddress(String bounceAddress) Sets the bounce address.Sets the CC recipients.Sets the sender address.Mail.setHeaders(Map<String, List<String>> headers) Sets the list of headers.Sets the body of the email as HTML.Mail.setReplyTo(String replyTo) Sets the reply-to address.Mail.setReplyTo(String... replyTo) Sets the reply-to addresses.Mail.setSubject(String subject) Sets the email subject.Sets the body of the email as plain text.Sets the TO recipients.static MailCreates a new instance ofMailthat contains a "html" body.static MailCreates a new instance ofMailthat contains a "text" body.Methods in io.quarkus.mailer that return types with arguments of type MailModifier and TypeMethodDescriptionMockMailbox.getMailsSentTo(String address) Returns a list of mails sent to the given address, whether it was via To, Cc or Bcc.MockMailbox.getMessagesSentTo(String address) Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.mailer with parameters of type MailModifier and TypeMethodDescriptionvoidSends the given mails. -
Uses of Mail in io.quarkus.mailer.reactive
Methods in io.quarkus.mailer.reactive with parameters of type Mail -
Uses of Mail in io.quarkus.mailer.runtime
Methods in io.quarkus.mailer.runtime that return types with arguments of type MailModifier and TypeMethodDescriptionMockMailboxImpl.getMailsSentTo(String address) MockMailboxImpl.getMessagesSentTo(String address) Methods in io.quarkus.mailer.runtime with parameters of type Mail
MockMailbox.getMailMessagesSentTo(String)