Skip to content

resend/resend-java-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This repository has been consolidated into the new resend-examples monorepo, which contains updated examples for all languages and frameworks.

View the Java examples here


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:

Instructions

  1. Add the dependecy to your project:
implementation 'com.resend:resend-java:2.0.0'

Maven:

<dependency>
    <groupId>com.resend</groupId>
    <artifactId>resend-java</artifactId>
    <version>2.0.0</version>
</dependency>
  1. Replace re_123456789 on Main with your API key.

  2. Execute the project by running the Main class

License

MIT License

About

This example shows how to use Resend with Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages