Package com.vdoc.sdk.commons.utils
Class MailUtils
java.lang.Object
com.vdoc.sdk.commons.utils.MailUtils
Mail utility class
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsendMessage(jakarta.mail.internet.MimeMessage message, Collection<IUser> recipientList) Send aMimeMessagewith portalModule.send to a list ofIUser
-
Method Details
-
sendMessage
public static void sendMessage(jakarta.mail.internet.MimeMessage message, Collection<IUser> recipientList) throws jakarta.mail.MessagingException, PortalModuleException Send aMimeMessagewith portalModule.send to a list ofIUser- Parameters:
message- the messagerecipientList- the recipient list- Throws:
jakarta.mail.MessagingException- on errorPortalModuleException- on error
-