We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ec692 commit 9110e51Copy full SHA for 9110e51
README.md
@@ -16,24 +16,32 @@
16
<td>/mail/confirmation</td>
17
<td>POST</td>
18
<td>
19
- <pre>
+ <code>
20
{
21
- "to_email": string,
22
- "verification_link": string,
+ "to_email": string, <br/>
+ "verification_link": string, <br/>
23
}
24
- </pre>
+ </code>
25
</td>
26
27
28
29
- "error": bool,
30
- "data": string,
+ "error": bool, <br/>
+ "data": string, <br/>
31
32
33
34
35
Use it to send verification email to user.
36
<b>Accepts request only from: <a href="#">ignitusrestapi.herokuapp.com</a> </b>
37
38
</tr>
39
</table>
40
+
41
+## .env
42
43
+```
44
+- SENDGRID_API_KEY
45
+- ACCEPTED_HOST - (set localhost:8000 for local environment)
46
+- FROM_EMAIL
47
0 commit comments