Uses of Record Class
page.codeberg.friedolyn.util.EMailSender.SentEmail
Packages that use EMailSender.SentEmail
-
Uses of EMailSender.SentEmail in page.codeberg.friedolyn.util
Methods in page.codeberg.friedolyn.util that return EMailSender.SentEmailModifier and TypeMethodDescription@NonNull EMailSender.SentEmailEMailSender.send(@NonNull String subject, @NonNull String message, @NonNull Set<jakarta.mail.internet.InternetAddress> recipients, boolean saveToSentFolder, @NonNull Set<String> pgpPublicKeys, boolean fallBackToUnencrypted, @NonNull File... attachments) Sends an encrypted e-mail from thesenderusing thepasswordspecified in theconstructorto log in at the university'sSMTP server.@NonNull EMailSender.SentEmailEMailSender.send(@NonNull String subject, @NonNull String message, @NonNull Set<jakarta.mail.internet.InternetAddress> recipients, @NonNull Set<jakarta.mail.internet.InternetAddress> ccRecipients, @NonNull Set<jakarta.mail.internet.InternetAddress> bccRecipients, boolean saveToSentFolder, @NonNull Set<String> pgpPublicKeys, boolean fallBackToUnencrypted, @NonNull File... attachments) Sends an e-mail from thesenderusing thepasswordspecified in theconstructorto log in at the university'sSMTP server.