commonMain.raven.ConsoleEmailFormatter.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of raven-email-console Show documentation
Show all versions of raven-email-console Show documentation
An abstraction form sending emails
package raven
interface ConsoleEmailFormatter {
fun format(params: SendEmailParams) : String
}