File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed
content/docs/configuration Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,34 @@ title: Email
3
3
description : How to manage emails in this project.
4
4
---
5
5
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.
8
11
</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 >
You can’t perform that action at this time.
0 commit comments