Class JavaMailerConfig


  • public abstract class JavaMailerConfig
    extends java.lang.Object
    Provides access to the default javamail configuration data.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Properties getProperties()
      This loads the configuration file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaMailerConfig

        public JavaMailerConfig()
    • Method Detail

      • getProperties

        public static java.util.Properties getProperties()
                                                  throws java.io.IOException
        This loads the configuration file.
        Returns:
        a Properties object representing the configuration properties
        Throws:
        java.io.IOException - if any.