Class EmailerFactory


  • public final class EmailerFactory
    extends java.lang.Object
    Author:
    Alex Kalderimis
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Emailer getEmailer​(java.util.Properties webProperties)  
      • Methods inherited from class java.lang.Object

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

      • getEmailer

        public static Emailer getEmailer​(java.util.Properties webProperties)
        Parameters:
        webProperties - Email configuration options.
        Returns:
        an Emailer