| Package | Description |
|---|---|
| org.apache.commons.net.smtp |
SMTP and SMTPS mail
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SMTPClient.addRecipient(RelayPath path)
Adds a recipient for a message using the SMTP RCPT command, specifying a forward relay path.
|
boolean |
SMTPClient.setSender(RelayPath path)
Sets the sender of a message using the SMTP MAIL command, specifying a reverse relay path.
|