Kotlinmailer is a Kotlin Mail API, using coroutines and providing DSLs. It may be used in a Ktor Backend for verification mails.
This project is a hard fork from SimpleKotlinMail which is no more actively worked on.
- build emails
- send emails (using an external SMTP server)
- TLS support
To get started, visit the Documentation.
Setup with Gradle or Maven visit Installation.
This project uses SimpleJavaMail to deal with java MimeMessages in a more elegant way.
If you use the documented functionality of SimpleKotlinMail, everything will make use of kotlinx.coroutines.