FlowFuse / FlowFuse/flowfuse

Allow passing custom CA as part of email setup

Open
#1,748 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.