railo.runtime.net.smtp
Class SMTPAuthenticator
java.lang.Object
javax.mail.Authenticator
railo.runtime.net.smtp.SMTPAuthenticator
public final class SMTPAuthenticator
- extends javax.mail.Authenticator
This is a very simple authentication object that can be used for any
transport needing basic userName and password type authentication.
SMTPAuthenticator
public SMTPAuthenticator(String userName,
String password)
- Default constructor
- Parameters:
userName
- user name to use when authentication is requestedpassword
- password to use when authentication is requested
Copyright © 2012 Railo