Uses of Class
jakarta.mail.SendFailedException
-
Packages that use SendFailedException Package Description org.eclipse.angus.mail.smtp An SMTP protocol provider for the Jakarta Mail API that provides access to an SMTP server. -
-
Uses of SendFailedException in org.eclipse.angus.mail.smtp
Subclasses of SendFailedException in org.eclipse.angus.mail.smtp Modifier and Type Class Description classSMTPAddressFailedExceptionThis exception is thrown when the message cannot be sent.classSMTPSenderFailedExceptionThis exception is thrown when the message cannot be sent.classSMTPSendFailedExceptionThis exception is thrown when the message cannot be sent.Methods in org.eclipse.angus.mail.smtp that throw SendFailedException Modifier and Type Method Description voidSMTPTransport. sendMessage(Message message, Address[] addresses)Send the Message to the specified list of addresses.
-