Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 314 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 314 Bytes

Kotlin SMTP

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.