org.olat.core.util.mail
Class MailerSMTPAuthenticator

java.lang.Object
  extended by javax.mail.Authenticator
      extended by org.olat.core.util.mail.MailerSMTPAuthenticator

public class MailerSMTPAuthenticator
extends javax.mail.Authenticator

Description:

SMTP authenticator based on username / pwd used to send mails to a SMTP server that uses username/password authentication

Initial Date: 02.05.2007

Author:
Florian Gnaegi, frentix GmbH, http://www.frentix.com

Constructor Summary
MailerSMTPAuthenticator(java.lang.String smtpUser, java.lang.String smtpPwd)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailerSMTPAuthenticator

public MailerSMTPAuthenticator(java.lang.String smtpUser,
                               java.lang.String smtpPwd)
Constructor

Parameters:
smtpUser -
smtpPwd -