commonMain.raven.ConsoleEmailAgentOptions.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
class ConsoleEmailAgentOptions(
val outbox: Outbox? = null,
val formatter: PrettyConsoleEmailFormatter = PrettyConsoleEmailFormatter()
)