| 程序包 | 说明 |
|---|---|
| net.iotgw.mail.smtp |
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SMTPAddressFailedException
This exception is thrown when the message cannot be sent.
|
class |
SMTPSenderFailedException
This exception is thrown when the message cannot be sent.
|
class |
SMTPSendFailedException
This exception is thrown when the message cannot be sent.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SMTPTransport.sendMessage(Message message,
Address[] addresses)
Send the Message to the specified list of addresses.
|
Copyright © 2021 Oracle. All rights reserved.