This projects provides an rfc5321 compliant SMTP server implementation - written in Kotlin.
Currently, the only dependency of this project is the official network module of Ktor. This implementation is 100% suspending, it makes high use of Kotlin coroutines.