Package | Description |
---|---|
org.apache.commons.net.smtp |
SMTP and SMTPS mail
|
Modifier and Type | Method and 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.
|
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.