Add Email configuration section

This commit is contained in:
Matt Baer 2023-10-03 10:37:17 -04:00
parent 033c34b09b
commit 5f9f84bfce

View File

@ -87,6 +87,15 @@ These fields are experimental and subject to change with little notice. _Using t
| `forest` | When enabled, certain unimportant details ("trees") are hidden from admin view, such as the Application Monitor. Meant for managed hosting environments. | false | | `forest` | When enabled, certain unimportant details ("trees") are hidden from admin view, such as the Application Monitor. Meant for managed hosting environments. | false |
| `chorus` | Indicates this instance is optimized for everyone's collective voice, rather than individuals. Meant for writing groups, company instances, etc. See Chorus docs for more info. | false | | `chorus` | Indicates this instance is optimized for everyone's collective voice, rather than individuals. Meant for writing groups, company instances, etc. See Chorus docs for more info. | false |
## Email
Configure the `[email]` section to enable password resets and other email-based functionality. Today, WriteFreely only supports Mailgun as a sending provider.
| Field | Description | Example value |
|-------------------|----------------------------|--------------------|
| `domain` | Domain to send emails from | writeasletters.com |
| `mailgun_private` | Mailgun private key | _key-..._ |
## OAuth ## OAuth
There are several possible OAuth configuration blocks for different implementations. There are several possible OAuth configuration blocks for different implementations.