improve(self-hosting): add resend and send email questions

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-17 21:18:35 +01:00
committed by Carl-Gerhard Lindesvärd
parent acc675bd36
commit 7182ca6e4c
3 changed files with 80 additions and 27 deletions

View File

@@ -17,6 +17,8 @@ If you upgrading from a previous version, you'll need to edit your `.env` file i
- `ALLOW_REGISTRATION` - If set to `false` new users will not be able to register (only the first user can register).
- `ALLOW_INVITATION` - If set to `false` new users will not be able to be invited.
- `RESEND_API_KEY` - If set, we'll use Resend to send e-mails.
- `EMAIL_SENDER` - The e-mail address that will be used to send e-mails.
## 0.0.6