Document optional TLS/SSL encryption for sending emails via SMTP

This commit is contained in:
Kilian Hohm
2025-08-15 15:48:59 +02:00
parent 6b37cc46a5
commit a3d3ee24f8
2 changed files with 6 additions and 1 deletions

View File

@@ -171,16 +171,19 @@ smtp:
email:
# Optional name for sender
sender-name:
# Optional encryption
encryption:
```
| Variable | Description | Default |
| ------------------ | ---------------------------- | ------- |
|--------------------|------------------------------| ------- |
| `smtp.host` | SMTP server host | |
| `smtp.port` | SMTP server port | |
| `smtp.username` | SMTP auth username | |
| `smtp.password` | SMTP auth password | |
| `smtp.email` | Sender email address | |
| `smtp.sender-name` | Custom name for email sender | |
| `smtp.encryption` | Encryption method (tls, ssl) | |
| `transmail.key` | Zeptomail API key | |
### WebAuthn Passkey Support

View File

@@ -248,6 +248,8 @@ smtp:
# Optional override for the sender name in the emails. If specified, it will
# be used for all emails sent by the instance (default is email specific).
sender-name:
# Optional encryption method. If tls or ssl is chosen, encryption is enabled.
encryption:
# Zoho Zeptomail config (optional)
#