Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 6bc160d

Browse files
Update configuration.md
1 parent a0b584b commit 6bc160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if you are doing debug or development:
3838
- `smtp://<username>:<password>@<host>:<port>`
3939
- `smtp+tls://<username>:<password>@<host>:<port>`
4040
- `smtp+ssl://<username>:<password>@<host>:<port>`
41-
- `anymail://<anymail_backend_name>?<anymail_args>`, to send email via email service providers, see [anymail doc](https://anymail.dev/)
41+
- `anymail://<anymail_backend_name>?<anymail_args>`, to send email via email service providers, e.g. `anymail://mailgun?MAILGUN_API_KEY=XXXXXXXX` for mailgun, see [anymail doc](https://anymail.dev/) for list of supported providers and configuration details
4242

4343
## Settings for administration
4444
- `DISCORD_WEBHOOKS` - Discord channel to send notification about user submitted suggestion and changes, e.g. `suggest=https://discord.com/api/webhooks/123/abc,audit=https://discord.com/api/webhooks/123/def,report=https://discord.com/api/webhooks/123/xyz`. All channels must be in forum mode.

0 commit comments

Comments
 (0)