Continuing series of blog posts related to Kotlin
, today we’ll together make a sample application showing us how we could automate
email sending – using Kotlin
programming language. Example is quite simple, and surely – you can enhance it with own features. Application
mostly demonstrates compact Kotlin
syntax, as well as full compatibility with Java or 3rd party libraries (in this case Apache commons-mail
library).
Sending mail via GMail using Kotlin and commons-mail library
· 3 min read