com.raritantechnologies.utils.email
Class EMailAuthenticator

java.lang.Object
  extended byAuthenticator
      extended bycom.raritantechnologies.utils.email.EMailAuthenticator

public class EMailAuthenticator
extends Authenticator

Set up Authentication for mail servers. extends javax.mail.Authenticator class.

Author:
Bill Ellis
See Also:
Serialized Form

Constructor Summary
EMailAuthenticator()
          Creates a new instance of EMailAuthenticator
EMailAuthenticator(java.lang.String UID, java.lang.String PWD)
           
 
Method Summary
protected  PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMailAuthenticator

public EMailAuthenticator()
Creates a new instance of EMailAuthenticator


EMailAuthenticator

public EMailAuthenticator(java.lang.String UID,
                          java.lang.String PWD)
Method Detail

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()