All Downloads are FREE. Search and download functionalities are using the official Maven repository.

chapters.appenders.mail.mail2.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8" ?>

<configuration>
	  
  <appender name="EMAIL" class="ch.qos.logback.classic.net.SMTPAppender">
    <SMTPHost>${smtpHost}</SMTPHost>
    <To>${to}</To>
    <From>${from}</From>
    <Subject>%logger{20} - %m</Subject>
    <Layout class="ch.qos.logback.classic.html.HTMLLayout"/>
  </appender>

  <root level="debug">
    <appender-ref ref="EMAIL" />
  </root>  
</configuration>






© 2015 - 2025 Weber Informatics LLC | Privacy Policy