I'm currently creating my application using Ktor Netty Engine
I searched the docs for any feature to handle sending emails when a user sends a request to my server but found nothing.
post("/api/v1/auth") {
// TODO send email when request is sent!
}