--- title: Email description: How to manage emails in this project. --- The magic-link feature with Resend works with Auth.js v5!
You can use it in your local environment and in your own production setup.
## Steps The email part is similar at the [resend](https://resend.com/) documentation. You can find the official documentation [here](https://authjs.dev/getting-started/installation#setup-environment) if you want. ### Create an account If don't have an account on Resend, just follow their steps after signup [here](https://resend.com/signup). ### Create an API key After signin on Resend, he propurse you to create your first API key. Copy/paste in your `.env` file. ```js RESEND_API_KEY = re_your_resend_api_key; ``` {/* react-email > [!WARNING] > You need update `.react-email` folder before use `pnpm run email`. Check the link [here](https://github.com/resend/react-email/issues/868#issuecomment-1828411325) if you have the error : `renderToReadableStream not found` */}