Uses of Class
jakarta.mail.SendFailedException
Package
Description
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
Modifier and TypeClassDescriptionclass
This exception is thrown when the message cannot be sent.class
This exception is thrown when the message cannot be sent.class
This exception is thrown when the message cannot be sent.Modifier and TypeMethodDescriptionvoid
SMTPTransport.sendMessage
(Message message, Address[] addresses) Send the Message to the specified list of addresses.