Kotlinmailer

Enables email creation and sending via external SMTP servers, utilizing coroutines and DSLs for streamlined implementation. Supports TLS and integrates with SimpleJavaMail for enhanced MimeMessage handling.

JVM
GitHub stars17
AuthorsBierDav
Open issues2
LicenseApache License 2.0
Creation datealmost 4 years ago

Last activity1 day ago
Latest release1.1.20 (12 months ago)

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.

JVM
GitHub stars17
AuthorsBierDav
Open issues2
LicenseApache License 2.0
Creation datealmost 4 years ago

Last activity1 day ago
Latest release1.1.20 (12 months ago)

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.