Skip to content

Commit b7811ea

Browse files
committed
docs: add email docs
1 parent a9cd027 commit b7811ea

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

content/docs/configuration/email.mdx

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@ title: Email
33
description: How to manage emails in this project.
44
---
55

6-
<Callout type="warning" twClass="mt-0">
7-
Email documentation is under construction.
6+
<Callout type="note" twClass="mt-0">
7+
The email part is similar at the [resend](https://resend.com/) documentation.
8+
You can find the official documentation
9+
[here](https://authjs.dev/getting-started/installation#setup-environment) if
10+
you want.
811
</Callout>
12+
13+
<Callout type="warning" twClass="mt-2.5">
14+
The email part is still on construction. Currently i work on the new one for
15+
magic-link with auth.js v5.
16+
</Callout>
17+
18+
## Steps
19+
20+
<Steps>
21+
22+
### Create an account
23+
24+
If don't have an account on Resend, just follow their steps after signup [here](https://resend.com/signup).
25+
26+
### Create an API key
27+
28+
After signin on Resend, he propurse you to create your first API key.
29+
30+
Copy/paste in your `.env` file.
31+
32+
```js
33+
RESEND_API_KEY = re_your_resend_api_key;
34+
```
35+
36+
</Steps>

0 commit comments

Comments
 (0)