Uses of Class
de.gustavblass.commons.email.DraftEmail
-
Uses of DraftEmail in de.gustavblass.commons.email
Methods in de.gustavblass.commons.email with parameters of type DraftEmailModifier and TypeMethodDescriptionprivate @NonNull jakarta.mail.internet.MimeMessageEMailSender.constructEmail(@NonNull DraftEmail draft) Constructs a newMimeMessagefrom the specifiedDraftEmailprivate voidEMailSender.encryptMessage(@NonNull DraftEmail eMail, @NonNull jakarta.mail.internet.MimeMessage encryptedEmail) @NonNull EMailSender.SentEmailEMailSender.send(@NonNull DraftEmail eMail) Sends an e-mail from the sender using theEMailSender.passwordspecified in the constructor to log in at the SMTP server.private @NonNull EMailSender.SentEmailEMailSender.sendEncryptedEmail(@NonNull DraftEmail eMail)