From 20daf68990d689f6c0b912d20f22a26e91f1b0e0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 15 Jan 2024 14:38:09 +0100 Subject: [PATCH] update readme --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | |