commonMain.raven.EmailAgent.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
interface EmailAgent : Sender {
fun supports(body: EmailContentType): Boolean
}