Uses of Class
javax.mail.SendFailedException
-
Packages that use SendFailedException Package Description gnu.mail.providers.smtp A provider for the Simple Mail Transfer Protocol (SMTP), as detailed in RFC 2821, including support for ESMTP service extensions. -
-
Uses of SendFailedException in gnu.mail.providers.smtp
Methods in gnu.mail.providers.smtp that throw SendFailedException Modifier and Type Method Description void
SMTPTransport. sendMessage(Message message, Address[] addresses)
Send the specified message to the server.
-