update readme
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-01-15 14:38:09 +01:00
parent 04f4d8badc
commit 20daf68990
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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 | |