Uses of Class
org.apache.commons.net.smtp.RelayPath
- 
Packages that use RelayPath Package Description org.apache.commons.net.smtp SMTP and SMTPS mail - 
- 
Uses of RelayPath in org.apache.commons.net.smtp
Methods in org.apache.commons.net.smtp with parameters of type RelayPath Modifier and Type Method Description booleanSMTPClient. addRecipient(RelayPath path)Add a recipient for a message using the SMTP RCPT command, specifying a forward relay path.booleanSMTPClient. setSender(RelayPath path)Set the sender of a message using the SMTP MAIL command, specifying a reverse relay path. 
 -