Skip to content

Commit

Permalink
fix(): add missing mail service doc (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye authored Dec 16, 2024
1 parent 940c1b4 commit fdc3113
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2039,3 +2039,19 @@ kestra:
}
</style>
```

# Configuring a mail server

Kestra can send emails for invitations and forgotten passwords. You can configure the mail server using the `kestra.mail-service` configuration.

```yaml
host: host.smtp.io
port: 587
username: user
password: password
from: [email protected]
fromName: Kestra
auth: true #default
starttlsEnable: true #default
```

0 comments on commit fdc3113

Please sign in to comment.