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.SentEmail
EMailSender.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 thesender
using thepassword
specified in theconstructor
to log in at the university'sSMTP server
.@NonNull EMailSender.SentEmail
EMailSender.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 thesender
using thepassword
specified in theconstructor
to log in at the university'sSMTP server
.