An open API service indexing awesome lists of open source software.

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

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