Uses of Class
ch.astorm.smtp4j.util.MimeMessageBuilder
Packages that use MimeMessageBuilder
-
Uses of MimeMessageBuilder in ch.astorm.smtp4j.util
Methods in ch.astorm.smtp4j.util that return MimeMessageBuilderModifier and TypeMethodDescriptionDefines the sent date.Defines the sent date.MimeMessageBuilder.attachment(File file) Adds the specifiedfileas attachment.MimeMessageBuilder.attachment(String name, File file) Adds the specifiedfileas attachment wit the givenname.MimeMessageBuilder.attachment(String name, String mimeType, InputStream is) Adds the specifiedfileas attachment wit the givennameandmimeType.MimeMessageBuilder.bcc(jakarta.mail.Address address) Adds theaddressto theBCCrecipients.Adds theaddressto theBCCrecipients.Defines the message body.Defines the message body.MimeMessageBuilder.cc(jakarta.mail.Address address) Adds theaddressto theCCrecipients.Adds theaddressto theCCrecipients.MimeMessageBuilder.from(jakarta.mail.Address from) Defines the From address.Defines the From address.Defines the message subject.Defines the message subject.MimeMessageBuilder.to(jakarta.mail.Address address) Adds theaddressto theTOrecipients.Adds theaddressto theTOrecipients.MimeMessageBuilder.toRecipient(jakarta.mail.Message.RecipientType type, jakarta.mail.Address address) Adds theaddressto the specified recipienttype.MimeMessageBuilder.toRecipient(jakarta.mail.Message.RecipientType type, String... address) Adds theaddressto the specified recipienttype.