|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
DATA command to the SMTP host and return
an OutputStream to which the data is to be written.
EHLO command.
SendFailedException will always be thrown and
an SMTPAddressSucceededException will be included in the exception
chain for each successful address, along with the usual
SMTPAddressFailedException for each unsuccessful address.
HELO command.
MAIL FROM: command to start sending a message.
RCPT TO:
command and copies the address either into
the validSentAddr or invalidAddr arrays.
returnCode
as the number.
cmd to the server terminating
it with CRLF.
mail.smtp.reportsuccess property is true.source MimeMessage.
STARTTLS command and switch the socket to
TLS mode if it succeeds.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||