
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.
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.
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.
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.
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.