Class ApacheCommonsEmailMailerEngine

java.lang.Object
dev.voidframework.sendmail.engine.ApacheCommonsEmailMailerEngine
All Implemented Interfaces:
MailerEngine

public class ApacheCommonsEmailMailerEngine extends Object implements MailerEngine
Implementation of sendmail based on Apache Commons Email library.
Since:
1.7.0
  • Constructor Details

    • ApacheCommonsEmailMailerEngine

      @Inject public ApacheCommonsEmailMailerEngine(com.typesafe.config.Config configuration) throws javax.mail.NoSuchProviderException
      Build a new instance.
      Parameters:
      configuration - The application configuration
      Throws:
      javax.mail.NoSuchProviderException
      Since:
      1.7.0
  • Method Details