docs: Update email.md (#7391)

This commit is contained in:
Sebastián Iturra
2023-04-28 08:53:27 -04:00
committed by GitHub
parent 5c89a21bfa
commit e7b8597f73

View File

@@ -3,6 +3,12 @@ id: email
title: Email
---
### Install nodemailer
```bash npm2yarn2pnpm
npm install nodemailer
```
### How to
The Email provider sends "magic links" via email that the user can click on to sign in.