Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.18 KB

readme.md

File metadata and controls

28 lines (19 loc) · 1.18 KB
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.