https://github.com/resend/resend-java-example
This example shows how to use Resend with Java
https://github.com/resend/resend-java-example
Last synced: about 1 year ago
JSON representation
This example shows how to use Resend with Java
- Host: GitHub
- URL: https://github.com/resend/resend-java-example
- Owner: resend
- License: mit
- Created: 2023-08-21T17:00:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T03:23:52.000Z (about 1 year ago)
- Last Synced: 2025-04-06T00:33:11.176Z (about 1 year ago)
- Language: Java
- Size: 36.1 KB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Java
This example shows how to use Resend with Java.
## Prerequisites
To get the most out of this guide, you’ll need to:
* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)
## Instructions
1. Add the dependecy to your project:
```
implementation 'com.resend:resend-java:2.0.0'
```
Maven:
```
com.resend
resend-java
2.0.0
```
2. Replace ```re_123456789``` on Main with your API key.
3. Execute the project by running the Main class
## License
MIT License