Skip to content

resend/resend-elixir-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resend with Elixir

This example shows how to use Resend with Elixir.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Replace re_123456789 in lib/app.ex with your API key.

  2. Install dependencies:

mix deps.get
  1. Execute the following command:
mix run -e App.send_email

License

MIT License