Updated Troubleshooting Mail (markdown)

Lauri Ojansivu 2023-04-27 16:10:42 +03:00
parent 1caf7efc4a
commit 244b1385b8

@ -7,8 +7,18 @@ In [Wekan v5.02](https://github.com/wekan/wekan/blob/master/CHANGELOG.md#v502-20
- Email settings are made only with snap commands like `sudo snap set wekan mail-url....` or similar in Docker/Source etc `MAIL_URL=...`, more details below.
- For any errors like SSLv3 and STARTTLS, check [newest AWS SES info](#example-aws-ses) and use similar settings, other SSLv3/STARTTLS info could be outdated.
## Gmail
[Source](https://github.com/wekan/wekan-snap/issues/151)
```
sudo snap set wekan mail-url='smtp://user@gmail.com:password@smtp.gmail.com:587'
```
## ProtonMail Bridge
[Source](https://github.com/wekan/wekan/issues/4887)
```
sudo snap set wekan mail-url='smtp://USER%40DOMAIN:PASSWORD@127.0.0.1:1025?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false'
```