Now you can send emails using the official Resend SDK for Java apps.
In the world of object-oriented programming, the quality of the developer experience with SDKs depends on the freedom users have to customize and extend the existing features to suit their needs. The more space for creativity they have, the better.
So, to provide a unique experience sending emails, managing domains and API keys using the JVM (Java Virtual Machine), we developed a Java SDK to expand the capabilities and features of Resend.
To install the Resend Java SDK, add the following dependency to your project:
Gradle:
Maven:
Construct your email and easily send it by using our client;
You can also create new Domains with the Java SDK.
To learn more, take a look in the documentation and try the full example.
If you would like to contribute to the Java SDK, check out the Github repository .
In the future, we aim to expand our capabilities by incorporating additional JVM languages like Kotlin and creating a reactive version of the library to handle Mono and Flux data types.