Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/resend/resend-elixir-example

This example shows how to use Resend with Elixir
https://github.com/resend/resend-elixir-example

Last synced: 5 days ago
JSON representation

This example shows how to use Resend with Elixir

Awesome Lists containing this project

README

        

# Resend with Elixir

This example shows how to use Resend with [Elixir](https://elixir-lang.org/).

## 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. Replace `re_123456789` in `lib/app.ex` with your API key.

2. Install dependencies:

```sh
mix deps.get
```

3. Execute the following command:

```sh
mix run -e App.send_email
```

## License

MIT License