Skip to content

A simple, modern and coroutine based Kotlin Email API for clientside projects

License

Notifications You must be signed in to change notification settings

BierDav/Kotlinmailer

Repository files navigation

Kotlinmailer logo

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.

Features

  • build emails
  • send emails (using an external SMTP server)
  • TLS support

To get started, visit the Documentation.

Setup with Gradle or Maven visit Installation.

Project information

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.