Class StaticAuthenticator

java.lang.Object
jakarta.mail.Authenticator
overit.geocall.mail.StaticAuthenticator

public class StaticAuthenticator extends Authenticator
  • Field Details

    • _username

      protected String _username
    • _password

      protected String _password
  • Constructor Details

    • StaticAuthenticator

      public StaticAuthenticator(String username, String password)
      Creates a new instance of SmtpAuthenticator
      Parameters:
      username - String containing the username
      password - String containing the password
  • Method Details