Month: April 2026
How to send email in Quarkus API?
Natan Ferreira- 0
- 42
In modern applications, sending emails is an essential feature — whether for notifications, account confirmation, password recovery, billing alerts… Quarkus provides a simple and efficient solution for this through the quarkus-mailpit extension, which allows you to send emails in a reactive way and fully integrated with the application ecosystem. In this post, we will understand…
Read More