Kotlin Multiplatform SMTP client for sending email from Kotlin/Native services
Many Kotlin/Native projects lack a way to send SMTP mail directly, forcing developers to call external tools or use Java libraries. This library implements RFC 5321, STARTTLS, and various AUTH mechanisms with a clean, test‑driven architecture. It works across multiple targets (Linux, macOS, Windows, JVM) using pluggable transports and TLS backends. Developers get a reliable, native‑first email sender that integrates smoothly into Kotlin multiplatform codebases.
View on GitHub →youndie/kmp-smtp-client