diff --git a/DOCS.md b/DOCS.md index dd8afe2..c099d83 100644 --- a/DOCS.md +++ b/DOCS.md @@ -15,7 +15,7 @@ url: https://gitnet.fr/deblan/woodpecker-email | --- | --- | --- | --- | --- | | dsn | yes | `string` | Mail transport configuration | [Documentation](https://symfony.com/doc/current/mailer.html#tls-peer-verification) | | from.address | yes | `string` | Email address of the sender | | -| from.name | no | `0string` | Name of the sender | | +| from.name | no | `string` | Name of the sender | | | recipients | no | `string` or `list` | List of recipients to send this mail to (besides the commit author) | YAML list or comma separated list | | recipients_only | no | `boolean` | Exclude the committer | | | content.subject | no | `string` | Define the email subject template | |