Uses of Class
org.apache.commons.net.smtp.RelayPath

Packages that use RelayPath
org.apache.commons.net.smtp   
 

Uses of RelayPath in org.apache.commons.net.smtp
 

Methods in org.apache.commons.net.smtp with parameters of type RelayPath
 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 © 1997-2010 The Apache Software Foundation. All Rights Reserved.