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

skinny.mailer.feature.SmtpConfigFeature.scala Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package skinny.mailer.feature

import skinny.mailer.SkinnyMailerSmtpConfigApi

/**
 * Provides SkinnyMailerSmtpConfig
 */
trait SmtpConfigFeature { self: ConfigFeature =>

  /**
   * Returns loaded config on SMTP.
   *
   * @return config
   */
  def smtpConfig: SkinnyMailerSmtpConfigApi = self.config.smtp

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy