Dsicord & Email Docs

This commit is contained in:
headlessdev 2025-04-29 23:45:41 +02:00
parent 5414045240
commit 65ec1dc827
2 changed files with 36 additions and 11 deletions

View File

@ -1,3 +1,7 @@
# Discord
# Discord Notification Setup
To set up Discord notifications, you need a webhook URL from Discord. You can get this through this [official guide](https://support.discord.com/hc/articles/228383668).
To enable Discord notifications, you will need a **Discord Webhook URL**.
This URL allows the system to send messages directly to a specific Discord channel.
You can create a webhook by following this [official Discord guide](https://support.discord.com/hc/articles/228383668).
Once created, simply paste the webhook URL into the designated field in your notification settings.

View File

@ -1,10 +1,31 @@
# Email
# Email Notification Setup
To set up email or SMTP notifications, you must enter the following data:
- **SMTP HOST**:
- **SMTP PORT**:
- **Secure Connection**:
- ****:
- **SMTP HOST**:
- **SMTP HOST**:
- **SMTP HOST**:
To enable email or SMTP notifications, the following fields must be configured:
- **SMTP HOST**
The address of the SMTP server (e.g., `smtp.gmail.com` or `mail.example.com`).
*→ Specifies which server will be used to send emails.*
- **SMTP PORT**
The port used for sending (typically `465` for SSL or `587` for TLS).
*→ Defines the communication channel to the SMTP server.*
- **Secure Connection**
Indicates whether a secure connection is used (`SSL` or `TLS`).
*→ Important for secure transmission of emails.*
- **SMTP Username**
The username for the email account (often the full email address).
*→ Used to authenticate with the SMTP server.*
- **SMTP Password**
The corresponding password or an app-specific password.
*→ Also required for authentication. Make sure to store it securely.*
- **From Address**
The sender's email address (e.g., `noreply@example.com`).
*→ This address will appear as the sender in the recipient's inbox.*
- **To Address**
The recipient's email address where notifications should be sent.
*→ Can be your personal email or a designated support inbox.*