mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Troubleshooting Mail (markdown)
parent
1caf7efc4a
commit
244b1385b8
1 changed files with 10 additions and 0 deletions
|
|
@ -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'
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue