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