@return True if successfully completed, false if not. @exception SMTPConnectionClosedException If the SMTP server prematurely closes the connection as a result of the client being idle or some other reason causing the server to send SMTP reply code 421. This exception may be caught either as an IOException or independently as itself. @exception IOException If an I/O error occurs while either sending acommand to the server or receiving a reply from the server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|