Allow passing custom CA as part of email setup
Open
needs-triage
type:feature
- Dominant language
- JavaScript
- Stars
- 400
- Forks
- 89
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 146
Description
### Description
```
email:
smtp:
host: mail.example.com
tls:
ca:
- "PEM ENCODED CA CERT"
```
Shouldn't require any code changes, just docs for email setup.
https://stackoverflow.com/a/66868102
Should also document:
```
email:
smtp:
host: mail.example.com
tls:
rejectUnauthorized: false
```
As a workaround.
Contributor guide
Assessment
This issue has not been assessed yet.