postiz/apps/docs/emails.mdx

16 lines
425 B
Plaintext

---
title: Email Notifications
description: How to send notifications to users
---
At the moment we are using Resend to send email notifications to users, and might be changed the Novu later.
Register to [Resend](https://resend.com) connect your domain.
Copy your API Key.
Head over to .env file and add the following line.
```env
RESEND_API_KEY=""
```
Feel free to contribute other providers to send email notifications.