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

skinny.mailer.SmtpAuthentication.scala Maven / Gradle / Ivy

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

/**
 * user/password pair for SMTP authentication.
 */
case class SmtpAuthentication(user: String, password: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy