commonMain.raven.EmailServiceFactory.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raven-email-core-jvm Show documentation
Show all versions of raven-email-core-jvm Show documentation
An abstraction form sending emails
package raven
inline fun buildEmailService(factory: MutableList.() -> Unit) = EmailService(buildList(factory))