Quarkus Angus Mail
This extension provides a simple way to send emails using the Angus Mail service.
Installation
If you want to use this extension, you need to add the io.quarkiverse.angusmail:quarkus-angus-mail
extension first to your build file.
For instance, with Maven, add the following dependency to your POM file:
<dependency>
<groupId>io.quarkiverse.angusmail</groupId>
<artifactId>quarkus-angus-mail</artifactId>
<version>0.0.2</version>
</dependency>