mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 05:40:41 +01:00
update no-reply in config
This commit is contained in:
parent
5152948ea5
commit
613ba8da4f
1 changed files with 2 additions and 2 deletions
|
@ -129,9 +129,9 @@ Pangolin is configured using a `config.yml` file. The file is expected to be mou
|
||||||
- `smtp_secure` (optional): boolean
|
- `smtp_secure` (optional): boolean
|
||||||
- Whether to use a secure connection when sending emails. Use this if you're using port 465.
|
- Whether to use a secure connection when sending emails. Use this if you're using port 465.
|
||||||
- Default: `false`
|
- Default: `false`
|
||||||
- `no_reply`: string
|
- `no_reply` (optional): string
|
||||||
- Example: `no-reply@example.com`
|
- Example: `no-reply@example.com`
|
||||||
- The address to send emails from. This can be any email address, but it is recommended to use a no-reply address.
|
- The address to send emails from. This can be any email address. Most often this will be the same as the `smtp_user`.
|
||||||
|
|
||||||
### `users`
|
### `users`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue