Package com.elastisys.scale.commons.net.smtp.alerter

Examples of com.elastisys.scale.commons.net.smtp.alerter.EmailAlerter


      SendSettings sendSettings = new SendSettings(
          alertsConfig.getRecipients(), alertsConfig.getSender(),
          alertsConfig.getSubject(), alertsConfig.getSeverityFilter());
      SmtpServerSettings mailServerSettings = alertsConfig
          .getMailServer().toSmtpServerSettings();
      this.smtpAlerter.set(new EmailAlerter(mailServerSettings,
          sendSettings, standardAlertTags()));
      this.eventBus.register(this.smtpAlerter.get());
    }
  }
View Full Code Here

TOP

Related Classes of com.elastisys.scale.commons.net.smtp.alerter.EmailAlerter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.